leds: cr_bllcd.c: build fix
Build fix for cr_bllcd.c Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
This commit is contained in:
parent
655bfd7aeb
commit
ce8c47cf88
|
@ -202,7 +202,7 @@ static int cr_backlight_probe(struct platform_device *pdev)
|
|||
}
|
||||
|
||||
crp->cr_lcd_device = lcd_device_register("cr-lcd",
|
||||
&pdev->dev, NULL
|
||||
&pdev->dev, NULL,
|
||||
&cr_lcd_ops);
|
||||
|
||||
if (IS_ERR(crp->cr_lcd_device)) {
|
||||
|
|
Loading…
Reference in New Issue