diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-apollon.c')
-rw-r--r-- | arch/arm/mach-omap2/board-apollon.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/board-apollon.c b/arch/arm/mach-omap2/board-apollon.c index dcfc20d03894..615f21d1eb23 100644 --- a/arch/arm/mach-omap2/board-apollon.c +++ b/arch/arm/mach-omap2/board-apollon.c | |||
@@ -256,10 +256,6 @@ static void __init omap_apollon_init_irq(void) | |||
256 | apollon_init_smc91x(); | 256 | apollon_init_smc91x(); |
257 | } | 257 | } |
258 | 258 | ||
259 | static struct omap_uart_config apollon_uart_config __initdata = { | ||
260 | .enabled_uarts = (1 << 0) | (0 << 1) | (0 << 2), | ||
261 | }; | ||
262 | |||
263 | static struct omap_usb_config apollon_usb_config __initdata = { | 259 | static struct omap_usb_config apollon_usb_config __initdata = { |
264 | .register_dev = 1, | 260 | .register_dev = 1, |
265 | .hmc_mode = 0x14, /* 0:dev 1:host1 2:disable */ | 261 | .hmc_mode = 0x14, /* 0:dev 1:host1 2:disable */ |
@@ -272,7 +268,6 @@ static struct omap_lcd_config apollon_lcd_config __initdata = { | |||
272 | }; | 268 | }; |
273 | 269 | ||
274 | static struct omap_board_config_kernel apollon_config[] = { | 270 | static struct omap_board_config_kernel apollon_config[] = { |
275 | { OMAP_TAG_UART, &apollon_uart_config }, | ||
276 | { OMAP_TAG_LCD, &apollon_lcd_config }, | 271 | { OMAP_TAG_LCD, &apollon_lcd_config }, |
277 | }; | 272 | }; |
278 | 273 | ||