dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/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
..
Kconfig Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight 2009-09-26 10:49:42 -07:00
Makefile backlight: new driver for ADP5520/ADP5501 MFD PMICs 2009-09-26 16:48:08 +01: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 fb: add support for the ILI9320 video display controller 2008-07-24 10:47:40 -07:00
ili9320.h fb: add support for the ILI9320 video display controller 2008-07-24 10:47:40 -07:00
jornada720_bl.c backlight: Constify struct backlight_ops 2009-12-16 11:33:46 +00:00
jornada720_lcd.c backlight: Add HP Jornada 700 series LCD driver 2009-04-06 16:06:55 +01:00
kb3886_bl.c backlight: Constify struct backlight_ops 2009-12-16 11:33:46 +00:00
lcd.c tree-wide: convert open calls to remove spaces to skip_spaces() lib function 2009-12-15 08:53:32 -08:00
lms283gf05.c backlight: spi driver for LMS283GF05 LCD 2009-09-07 15:08:06 +01:00
locomolcd.c backlight: Constify struct backlight_ops 2009-12-16 11:33:46 +00:00
ltv350qv.c spi: prefix modalias with "spi:" 2009-09-23 07:39:43 -07:00
ltv350qv.h backlight: Add Samsung LTV350QV LCD driver 2007-10-11 22:24:12 +01:00
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 backlight: ensure platform_lcd on by default 2008-07-30 09:41:44 -07:00
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 backlight: tdo24m: ensure chip select changes between transfers 2009-12-01 09:02:34 +08:00
tosa_bl.c backlight: Constify struct backlight_ops 2009-12-16 11:33:46 +00:00
tosa_lcd.c tree-wide: fix assorted typos all over the place 2009-12-04 15:39:55 +01:00
vgg2432a4.c spi: prefix modalias with "spi:" 2009-09-23 07:39:43 -07:00
wm831x_bl.c backlight: Constify struct backlight_ops 2009-12-16 11:33:46 +00:00