diff options
author | Igor Grinberg <grinberg@compulab.co.il> | 2012-08-28 19:18:54 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-10 19:34:00 -0400 |
commit | cc01272986862b49024b6663559bb89df00f9f1a (patch) | |
tree | 75bfa535f013eb2dba3df0dffd8c1fe5dddd57cb /arch/arm/plat-omap | |
parent | 3927b3f78c46001a8bd268f901c7e54863c66726 (diff) |
ARM: OMAP1: move omap1_bl pdata out of arch/arm/*
omap1 backlight platform data resides inside plat/board.h while it
should be inside include/linux/...
Move the omap1 backlight platform data to
include/linux/platform_data/.
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Cc: linux-fbdev@vger.kernel.org
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Acked-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/include/plat/board.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/plat-omap/include/plat/board.h b/arch/arm/plat-omap/include/plat/board.h index 5938c729b6c0..d0bc46e235bc 100644 --- a/arch/arm/plat-omap/include/plat/board.h +++ b/arch/arm/plat-omap/include/plat/board.h | |||
@@ -19,13 +19,6 @@ struct omap_lcd_config { | |||
19 | u8 data_lines; | 19 | u8 data_lines; |
20 | }; | 20 | }; |
21 | 21 | ||
22 | struct device; | ||
23 | struct fb_info; | ||
24 | struct omap_backlight_config { | ||
25 | int default_intensity; | ||
26 | int (*set_power)(struct device *dev, int state); | ||
27 | }; | ||
28 | |||
29 | /* for TI reference platforms sharing the same debug card */ | 22 | /* for TI reference platforms sharing the same debug card */ |
30 | extern int debug_card_init(u32 addr, unsigned gpio); | 23 | extern int debug_card_init(u32 addr, unsigned gpio); |
31 | 24 | ||