Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight
[firefly-linux-kernel-4.4.55.git] / 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)) {