diff options
author | Felipe Balbi <felipe.balbi@nokia.com> | 2010-02-15 13:03:35 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-02-15 13:03:35 -0500 |
commit | 52abcbc9c4aa9cfd06c53afd5883296ca2a58f90 (patch) | |
tree | 874a858c5e581c8540a9ca4c24723407290cd732 | |
parent | 91fbb8c6d9bb32797d455755ddd34376485bd632 (diff) |
arm: omap: kill compile warning on board-4430-sdp.c
sdp4430_uart_config isn't used anywhere, so remove it.
Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/mach-omap2/board-4430sdp.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c index cc4c00de32b3..793ce8f4e927 100644 --- a/arch/arm/mach-omap2/board-4430sdp.c +++ b/arch/arm/mach-omap2/board-4430sdp.c | |||
@@ -38,10 +38,6 @@ static struct platform_device *sdp4430_devices[] __initdata = { | |||
38 | &sdp4430_lcd_device, | 38 | &sdp4430_lcd_device, |
39 | }; | 39 | }; |
40 | 40 | ||
41 | static struct omap_uart_config sdp4430_uart_config __initdata = { | ||
42 | .enabled_uarts = (1 << 0) | (1 << 1) | (1 << 2) | (1 << 3), | ||
43 | }; | ||
44 | |||
45 | static struct omap_lcd_config sdp4430_lcd_config __initdata = { | 41 | static struct omap_lcd_config sdp4430_lcd_config __initdata = { |
46 | .ctrl_name = "internal", | 42 | .ctrl_name = "internal", |
47 | }; | 43 | }; |