X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fvideo%2Fclps711xfb.c;h=9f8a389dc7aedaae23368286f60ce3c973ae5bc9;hb=0bcc4caadc8f5396b52950ee03c67b76875602df;hp=17b5267f44d7a2842fffe08e08708fa2e63f441e;hpb=37e58df30063e229ee5157f9d1c1fa1d749917c2;p=linux-2.6 diff --git a/drivers/video/clps711xfb.c b/drivers/video/clps711xfb.c index 17b5267f44..9f8a389dc7 100644 --- a/drivers/video/clps711xfb.c +++ b/drivers/video/clps711xfb.c @@ -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;