]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/video/clps711xfb.c
device create: framebuffer: convert device_create to device_create_drvdata
[linux-2.6-omap-h63xx.git] / drivers / video / clps711xfb.c
index 17b5267f44d7a2842fffe08e08708fa2e63f441e..9f8a389dc7aedaae23368286f60ce3c973ae5bc9 100644 (file)
@@ -381,7 +381,7 @@ int __init clps711xfb_init(void)
 
        /* Register the /proc entries. */
        clps7111fb_backlight_proc_entry = create_proc_entry("backlight", 0444,
-               &proc_root);
+               NULL);
        if (clps7111fb_backlight_proc_entry == NULL) {
                printk("Couldn't create the /proc entry for the backlight.\n");
                return -EINVAL;