[kernel] 2.6.26: fix gpio_dev compile error
[openwrt.git] / target / linux / generic-2.6 / files-2.6.26 / drivers / char / gpio_dev.c
index 48ef76f..9a83adc 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);
 
This page took 0.020611 seconds and 4 git commands to generate.