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-fsample.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-fsample.c')
-rw-r--r-- | arch/arm/mach-omap1/board-fsample.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-omap1/board-fsample.c b/arch/arm/mach-omap1/board-fsample.c index b00844f7414d..7afaf3c5bdc6 100644 --- a/arch/arm/mach-omap1/board-fsample.c +++ b/arch/arm/mach-omap1/board-fsample.c | |||
@@ -274,17 +274,11 @@ static struct platform_device kp_device = { | |||
274 | .resource = kp_resources, | 274 | .resource = kp_resources, |
275 | }; | 275 | }; |
276 | 276 | ||
277 | static struct platform_device lcd_device = { | ||
278 | .name = "lcd_p2", | ||
279 | .id = -1, | ||
280 | }; | ||
281 | |||
282 | static struct platform_device *devices[] __initdata = { | 277 | static struct platform_device *devices[] __initdata = { |
283 | &nor_device, | 278 | &nor_device, |
284 | &nand_device, | 279 | &nand_device, |
285 | &smc91x_device, | 280 | &smc91x_device, |
286 | &kp_device, | 281 | &kp_device, |
287 | &lcd_device, | ||
288 | }; | 282 | }; |
289 | 283 | ||
290 | static struct omap_lcd_config fsample_lcd_config = { | 284 | static struct omap_lcd_config fsample_lcd_config = { |