linux/drivers/video/backlight
Tony Lindgren 66215949e6 omap1: Fix compile for omap1_bl.c
Commit 9905a43b made struct backlight_ops const. Omap was
setting check_fb dynamically, which caused the following
compile error:

drivers/video/backlight/omap1_bl.c: In function 'omapbl_probe':
drivers/video/backlight/omap1_bl.c:142: error: assignment of read-only variable 'omapbl_ops'

Turns out pdata->check_fb is not being used, so just remove
it to fix the compile.

Cc: Emese Revfy <re.emese@gmail.com>
Cc: Richard Purdie <rpurdie@linux.intel.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
2010-01-08 10:29:06 -08:00
..
adp5520_bl.c backlight: Constify struct backlight_ops 2009-12-16 11:33:46 +00:00
adx_bl.c backlight: Constify struct backlight_ops 2009-12-16 11:33:46 +00:00
atmel-pwm-bl.c backlight: Constify struct backlight_ops 2009-12-16 11:33:46 +00:00
backlight.c backlight: Constify struct backlight_ops 2009-12-16 11:33:46 +00:00
corgi_lcd.c backlight: Constify struct backlight_ops 2009-12-16 11:33:46 +00:00
cr_bllcd.c backlight: PTR_ERR return of wrong pointer in cr_backlight_probe() 2009-12-17 11:19:07 +00:00
da903x_bl.c backlight: Constify struct backlight_ops 2009-12-16 11:33:46 +00:00
generic_bl.c backlight: Constify struct backlight_ops 2009-12-16 11:33:46 +00:00
hp680_bl.c backlight: Constify struct backlight_ops 2009-12-16 11:33:46 +00:00
ili9320.c
ili9320.h
jornada720_bl.c backlight: Constify struct backlight_ops 2009-12-16 11:33:46 +00:00
jornada720_lcd.c
kb3886_bl.c backlight: Constify struct backlight_ops 2009-12-16 11:33:46 +00:00
Kconfig
lcd.c
lms283gf05.c
locomolcd.c backlight: Constify struct backlight_ops 2009-12-16 11:33:46 +00:00
ltv350qv.c
ltv350qv.h
Makefile
mbp_nvidia_bl.c backlight: mbp_nvidia_bl - add two more MacBookPro variants 2009-12-17 11:50:26 +00:00
omap1_bl.c omap1: Fix compile for omap1_bl.c 2010-01-08 10:29:06 -08:00
platform_lcd.c
progear_bl.c backlight: Constify struct backlight_ops 2009-12-16 11:33:46 +00:00
pwm_bl.c backlight: Pass device through notify callback in the pwm driver 2009-12-17 11:46:01 +00:00
tdo24m.c
tosa_bl.c backlight: Constify struct backlight_ops 2009-12-16 11:33:46 +00:00
tosa_lcd.c
vgg2432a4.c
wm831x_bl.c backlight: Constify struct backlight_ops 2009-12-16 11:33:46 +00:00