]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/video/backlight/cr_bllcd.c
backlight: Convert from struct class_device to struct device
[linux-2.6-omap-h63xx.git] / drivers / video / backlight / cr_bllcd.c
index e9bbc3455c94d5ff8c02b7f05cdbd24df46f22be..3633b6e93e27e7997ec3bc69706bf131565bcb9d 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)) {