diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-h4.c')
-rw-r--r-- | arch/arm/mach-omap2/board-h4.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/board-h4.c b/arch/arm/mach-omap2/board-h4.c index 7b1d61d5bb2c..b6501d241c10 100644 --- a/arch/arm/mach-omap2/board-h4.c +++ b/arch/arm/mach-omap2/board-h4.c | |||
@@ -276,10 +276,6 @@ static void __init omap_h4_init_irq(void) | |||
276 | h4_init_flash(); | 276 | h4_init_flash(); |
277 | } | 277 | } |
278 | 278 | ||
279 | static struct omap_uart_config h4_uart_config __initdata = { | ||
280 | .enabled_uarts = ((1 << 0) | (1 << 1) | (1 << 2)), | ||
281 | }; | ||
282 | |||
283 | static struct omap_lcd_config h4_lcd_config __initdata = { | 279 | static struct omap_lcd_config h4_lcd_config __initdata = { |
284 | .ctrl_name = "internal", | 280 | .ctrl_name = "internal", |
285 | }; | 281 | }; |
@@ -318,7 +314,6 @@ static struct omap_usb_config h4_usb_config __initdata = { | |||
318 | }; | 314 | }; |
319 | 315 | ||
320 | static struct omap_board_config_kernel h4_config[] = { | 316 | static struct omap_board_config_kernel h4_config[] = { |
321 | { OMAP_TAG_UART, &h4_uart_config }, | ||
322 | { OMAP_TAG_LCD, &h4_lcd_config }, | 317 | { OMAP_TAG_LCD, &h4_lcd_config }, |
323 | }; | 318 | }; |
324 | 319 | ||