2.6.26: fix gpio_dev compile error

SVN-Revision: 11333
master
Gabor Juhos 16 years ago
parent e1eccf79de
commit bbe724019f
  1. 2
      target/linux/generic-2.6/files-2.6.26/drivers/char/gpio_dev.c

@ -142,7 +142,7 @@ gpio_probe(struct platform_device *dev)
}
gpio_class = class_create(THIS_MODULE, DEVNAME);
class_device_create(gpio_class, NULL, MKDEV(dev_major, 0), NULL, DEVNAME);
device_create(gpio_class, NULL, MKDEV(dev_major, 0), NULL, DEVNAME);
printk(KERN_INFO DRVNAME ": gpio device registered with major %d\n", dev_major);

Loading…
Cancel
Save