Skip to content

Commit

Permalink
leds: cr_bllcd.c: build fix
Browse files Browse the repository at this point in the history
Build fix for cr_bllcd.c

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
  • Loading branch information
Andrew Morton authored and Richard Purdie committed Jul 22, 2007
1 parent 655bfd7 commit ce8c47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/backlight/cr_bllcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit ce8c47c

Please sign in to comment.