backlight: Convert from struct class_device to struct device
[safe/jmp/linux-2.6] / drivers / video / backlight / cr_bllcd.c
index e9bbc34..3633b6e 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)) {