diff mbox

[rfc/rft/patch,5/9] arm: omap: kill compile warning on board-4430-sdp.c

Message ID 1259672635-12306-6-git-send-email-felipe.balbi@nokia.com (mailing list archive)
State Deferred, archived
Delegated to: Tony Lindgren
Headers show

Commit Message

Felipe Balbi Dec. 1, 2009, 1:03 p.m. UTC
None
diff mbox

Patch

diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c
index 0c6be6b..a7788b4 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 = {
 	&sdp4430_lcd_device,
 };
 
-static struct omap_uart_config sdp4430_uart_config __initdata = {
-	.enabled_uarts	= (1 << 0) | (1 << 1) | (1 << 2) | (1 << 3),
-};
-
 static struct omap_lcd_config sdp4430_lcd_config __initdata = {
 	.ctrl_name	= "internal",
 };