diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-09-20 08:35:37 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-02-23 02:39:31 -0500 |
commit | 5f1cc13fbf4cd0f798a08af2e0c04ae80ceac5e3 (patch) | |
tree | c37a01284259f558f1994cce2128081f7b06de88 /arch/arm/mach-omap1/board-perseus2.c | |
parent | 1b2240eff66cb44f1d1c7c2c2497ff50ad3d1538 (diff) |
OMAP1: Remove unused LCD devices from board files
Some OMAP1 board files define LCD platform_devices, but there are no
corresponding LCD drivers for those in the kernel. Thus remove these LCD
devices.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/board-perseus2.c')
-rw-r--r-- | arch/arm/mach-omap1/board-perseus2.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-omap1/board-perseus2.c b/arch/arm/mach-omap1/board-perseus2.c index 44df93172653..8e0153447c6d 100644 --- a/arch/arm/mach-omap1/board-perseus2.c +++ b/arch/arm/mach-omap1/board-perseus2.c | |||
@@ -233,17 +233,11 @@ static struct platform_device kp_device = { | |||
233 | .resource = kp_resources, | 233 | .resource = kp_resources, |
234 | }; | 234 | }; |
235 | 235 | ||
236 | static struct platform_device lcd_device = { | ||
237 | .name = "lcd_p2", | ||
238 | .id = -1, | ||
239 | }; | ||
240 | |||
241 | static struct platform_device *devices[] __initdata = { | 236 | static struct platform_device *devices[] __initdata = { |
242 | &nor_device, | 237 | &nor_device, |
243 | &nand_device, | 238 | &nand_device, |
244 | &smc91x_device, | 239 | &smc91x_device, |
245 | &kp_device, | 240 | &kp_device, |
246 | &lcd_device, | ||
247 | }; | 241 | }; |
248 | 242 | ||
249 | static struct omap_lcd_config perseus2_lcd_config __initdata = { | 243 | static struct omap_lcd_config perseus2_lcd_config __initdata = { |