diff options
Diffstat (limited to 'arch/arm/mach-omap1/board-innovator.c')
-rw-r--r-- | arch/arm/mach-omap1/board-innovator.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-omap1/board-innovator.c b/arch/arm/mach-omap1/board-innovator.c index 2fd98260ea49..cc2abbb2d0f4 100644 --- a/arch/arm/mach-omap1/board-innovator.c +++ b/arch/arm/mach-omap1/board-innovator.c | |||
@@ -368,13 +368,8 @@ static inline void innovator_mmc_init(void) | |||
368 | } | 368 | } |
369 | #endif | 369 | #endif |
370 | 370 | ||
371 | static struct omap_uart_config innovator_uart_config __initdata = { | ||
372 | .enabled_uarts = ((1 << 0) | (1 << 1) | (1 << 2)), | ||
373 | }; | ||
374 | |||
375 | static struct omap_board_config_kernel innovator_config[] = { | 371 | static struct omap_board_config_kernel innovator_config[] = { |
376 | { OMAP_TAG_LCD, NULL }, | 372 | { OMAP_TAG_LCD, NULL }, |
377 | { OMAP_TAG_UART, &innovator_uart_config }, | ||
378 | }; | 373 | }; |
379 | 374 | ||
380 | static void __init innovator_init(void) | 375 | static void __init innovator_init(void) |