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>

authored by Andrew Morton and committed by Richard Purdie ce8c47cf 655bfd7a

+1 -1
+1 -1
drivers/video/backlight/cr_bllcd.c
··· 202 } 203 204 crp->cr_lcd_device = lcd_device_register("cr-lcd", 205 - &pdev->dev, NULL 206 &cr_lcd_ops); 207 208 if (IS_ERR(crp->cr_lcd_device)) {
··· 202 } 203 204 crp->cr_lcd_device = lcd_device_register("cr-lcd", 205 + &pdev->dev, NULL, 206 &cr_lcd_ops); 207 208 if (IS_ERR(crp->cr_lcd_device)) {