diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-zoom2.c')
-rw-r--r-- | arch/arm/mach-omap2/board-zoom2.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/board-zoom2.c b/arch/arm/mach-omap2/board-zoom2.c index 427b7b8b1237..3a42eca1ad80 100644 --- a/arch/arm/mach-omap2/board-zoom2.c +++ b/arch/arm/mach-omap2/board-zoom2.c | |||
@@ -30,12 +30,7 @@ static void __init omap_zoom2_init_irq(void) | |||
30 | omap_gpio_init(); | 30 | omap_gpio_init(); |
31 | } | 31 | } |
32 | 32 | ||
33 | static struct omap_uart_config zoom2_uart_config __initdata = { | ||
34 | .enabled_uarts = ((1 << 0) | (1 << 1) | (1 << 2)), | ||
35 | }; | ||
36 | |||
37 | static struct omap_board_config_kernel zoom2_config[] __initdata = { | 33 | static struct omap_board_config_kernel zoom2_config[] __initdata = { |
38 | { OMAP_TAG_UART, &zoom2_uart_config }, | ||
39 | }; | 34 | }; |
40 | 35 | ||
41 | static struct twl4030_gpio_platform_data zoom2_gpio_data = { | 36 | static struct twl4030_gpio_platform_data zoom2_gpio_data = { |