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
..
2010-01-04 12:31:21 -08:00
2009-12-24 11:07:09 +01:00
2009-12-15 08:53:34 -08:00
2009-12-12 13:08:15 +01:00
2009-12-22 14:17:56 -08:00
2009-12-09 17:14:38 +11:00
2009-12-22 14:17:56 -08:00
2009-12-15 08:53:25 -08:00
2010-01-08 10:29:06 -08:00
2009-12-23 19:53:04 +00:00