2.6.26: fix gpio_dev compile error
authorGabor Juhos <juhosg@openwrt.org>
Mon, 2 Jun 2008 19:26:10 +0000 (19:26 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Mon, 2 Jun 2008 19:26:10 +0000 (19:26 +0000)
SVN-Revision: 11333

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

index 48ef76f8a962ac7afef99244960a4a5b6309c5bc..9a83adc1fb5f52f1d003141d9a60102533912a9a 100644 (file)
@@ -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);