aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/board-fsample.c
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2011-09-20 15:35:37 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2012-02-23 09:39:31 +0200
commit5f1cc13fbf4cd0f798a08af2e0c04ae80ceac5e3 (patch)
treec37a01284259f558f1994cce2128081f7b06de88 /arch/arm/mach-omap1/board-fsample.c
parentOMAP: Remove OMAP_TAG_LCD and OMAP_TAG_FBMEM (diff)
downloadlinux-dev-5f1cc13fbf4cd0f798a08af2e0c04ae80ceac5e3.tar.xz
linux-dev-5f1cc13fbf4cd0f798a08af2e0c04ae80ceac5e3.zip
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 '')
-rw-r--r--arch/arm/mach-omap1/board-fsample.c6
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 = {
.resource = kp_resources,
};
-static struct platform_device lcd_device = {
- .name = "lcd_p2",
- .id = -1,
-};
-
static struct platform_device *devices[] __initdata = {
&nor_device,
&nand_device,
&smc91x_device,
&kp_device,
- &lcd_device,
};
static struct omap_lcd_config fsample_lcd_config = {