[kernel] 2.6.26: oops, fix gpio_dev (commited a wrong file in [11333])
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 2 Jun 2008 19:34:44 +0000 (19:34 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 2 Jun 2008 19:34:44 +0000 (19:34 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11334 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/generic-2.6/files-2.6.26/drivers/char/gpio_dev.c

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