aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/board-sx1.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap1/board-sx1.c')
-rw-r--r--arch/arm/mach-omap1/board-sx1.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-omap1/board-sx1.c b/arch/arm/mach-omap1/board-sx1.c
index 0c880be11276..0c76e12337d9 100644
--- a/arch/arm/mach-omap1/board-sx1.c
+++ b/arch/arm/mach-omap1/board-sx1.c
@@ -356,11 +356,6 @@ static struct omap_usb_config sx1_usb_config __initdata = {
356 356
357/*----------- LCD -------------------------*/ 357/*----------- LCD -------------------------*/
358 358
359static struct platform_device sx1_lcd_device = {
360 .name = "lcd_sx1",
361 .id = -1,
362};
363
364static struct omap_lcd_config sx1_lcd_config __initdata = { 359static struct omap_lcd_config sx1_lcd_config __initdata = {
365 .ctrl_name = "internal", 360 .ctrl_name = "internal",
366}; 361};
@@ -369,7 +364,6 @@ static struct omap_lcd_config sx1_lcd_config __initdata = {
369static struct platform_device *sx1_devices[] __initdata = { 364static struct platform_device *sx1_devices[] __initdata = {
370 &sx1_flash_device, 365 &sx1_flash_device,
371 &sx1_kp_device, 366 &sx1_kp_device,
372 &sx1_lcd_device,
373 &sx1_irda_device, 367 &sx1_irda_device,
374}; 368};
375 369