]> err.no Git - linux-2.6/blobdiff - drivers/video/backlight/cr_bllcd.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland...
[linux-2.6] / drivers / video / backlight / cr_bllcd.c
index 1b3f6586bc9f433295ccee5bf5c32d5868e6d461..b7904da51b231158d4f74d0a4ff5da448f3b8821 100644 (file)
@@ -202,7 +202,7 @@ static int cr_backlight_probe(struct platform_device *pdev)
        }
 
        crp->cr_lcd_device = lcd_device_register("cr-lcd",
-                                                       &pdev->dev,
+                                                       &pdev->dev, NULL,
                                                        &cr_lcd_ops);
 
        if (IS_ERR(crp->cr_lcd_device)) {