diff options
author | Igor Grinberg <grinberg@compulab.co.il> | 2012-08-28 19:18:55 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-10 19:34:00 -0400 |
commit | ad6c9101c7949fd7c6a567e3faae94aaa044cd17 (patch) | |
tree | 2505f676f26f382056cc654938bcea50674dce22 /arch/arm/plat-omap | |
parent | cc01272986862b49024b6663559bb89df00f9f1a (diff) |
ARM: OMAP1: move lcd pdata out of arch/arm/*
omap1 lcd platform data resides inside plat/board.h while it
should be inside include/linux/...
Move the omap1 lcd platform data to include/linux/omapfb.h.
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/fb.c | 2 | ||||
-rw-r--r-- | arch/arm/plat-omap/include/plat/board.h | 7 |
2 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/plat-omap/fb.c b/arch/arm/plat-omap/fb.c index dd6f92c99e56..bcbb9d5dc293 100644 --- a/arch/arm/plat-omap/fb.c +++ b/arch/arm/plat-omap/fb.c | |||
@@ -33,8 +33,6 @@ | |||
33 | #include <mach/hardware.h> | 33 | #include <mach/hardware.h> |
34 | #include <asm/mach/map.h> | 34 | #include <asm/mach/map.h> |
35 | 35 | ||
36 | #include <plat/board.h> | ||
37 | |||
38 | #if defined(CONFIG_FB_OMAP) || defined(CONFIG_FB_OMAP_MODULE) | 36 | #if defined(CONFIG_FB_OMAP) || defined(CONFIG_FB_OMAP_MODULE) |
39 | 37 | ||
40 | static bool omapfb_lcd_configured; | 38 | static bool omapfb_lcd_configured; |
diff --git a/arch/arm/plat-omap/include/plat/board.h b/arch/arm/plat-omap/include/plat/board.h index d0bc46e235bc..2ddc198b0920 100644 --- a/arch/arm/plat-omap/include/plat/board.h +++ b/arch/arm/plat-omap/include/plat/board.h | |||
@@ -12,13 +12,6 @@ | |||
12 | 12 | ||
13 | #include <linux/types.h> | 13 | #include <linux/types.h> |
14 | 14 | ||
15 | struct omap_lcd_config { | ||
16 | char panel_name[16]; | ||
17 | char ctrl_name[16]; | ||
18 | s16 nreset_gpio; | ||
19 | u8 data_lines; | ||
20 | }; | ||
21 | |||
22 | /* for TI reference platforms sharing the same debug card */ | 15 | /* for TI reference platforms sharing the same debug card */ |
23 | extern int debug_card_init(u32 addr, unsigned gpio); | 16 | extern int debug_card_init(u32 addr, unsigned gpio); |
24 | 17 | ||