diff options
Diffstat (limited to 'arch/arm/mach-omap1/board-h3.c')
-rw-r--r-- | arch/arm/mach-omap1/board-h3.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-omap1/board-h3.c b/arch/arm/mach-omap1/board-h3.c index f597968733b4..89586b80b8d5 100644 --- a/arch/arm/mach-omap1/board-h3.c +++ b/arch/arm/mach-omap1/board-h3.c | |||
@@ -313,16 +313,11 @@ static struct omap_usb_config h3_usb_config __initdata = { | |||
313 | .pins[1] = 3, | 313 | .pins[1] = 3, |
314 | }; | 314 | }; |
315 | 315 | ||
316 | static struct omap_uart_config h3_uart_config __initdata = { | ||
317 | .enabled_uarts = ((1 << 0) | (1 << 1) | (1 << 2)), | ||
318 | }; | ||
319 | |||
320 | static struct omap_lcd_config h3_lcd_config __initdata = { | 316 | static struct omap_lcd_config h3_lcd_config __initdata = { |
321 | .ctrl_name = "internal", | 317 | .ctrl_name = "internal", |
322 | }; | 318 | }; |
323 | 319 | ||
324 | static struct omap_board_config_kernel h3_config[] __initdata = { | 320 | static struct omap_board_config_kernel h3_config[] __initdata = { |
325 | { OMAP_TAG_UART, &h3_uart_config }, | ||
326 | { OMAP_TAG_LCD, &h3_lcd_config }, | 321 | { OMAP_TAG_LCD, &h3_lcd_config }, |
327 | }; | 322 | }; |
328 | 323 | ||