diff options
Diffstat (limited to 'arch/arm/mach-omap1/board-palmte.c')
-rw-r--r-- | arch/arm/mach-omap1/board-palmte.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-omap1/board-palmte.c b/arch/arm/mach-omap1/board-palmte.c index 886b4c0569bd..90dd0431b0dc 100644 --- a/arch/arm/mach-omap1/board-palmte.c +++ b/arch/arm/mach-omap1/board-palmte.c | |||
@@ -212,10 +212,6 @@ static struct omap_lcd_config palmte_lcd_config __initdata = { | |||
212 | .ctrl_name = "internal", | 212 | .ctrl_name = "internal", |
213 | }; | 213 | }; |
214 | 214 | ||
215 | static struct omap_uart_config palmte_uart_config __initdata = { | ||
216 | .enabled_uarts = (1 << 0) | (1 << 1) | (0 << 2), | ||
217 | }; | ||
218 | |||
219 | #ifdef CONFIG_APM | 215 | #ifdef CONFIG_APM |
220 | /* | 216 | /* |
221 | * Values measured in 10 minute intervals averaged over 10 samples. | 217 | * Values measured in 10 minute intervals averaged over 10 samples. |
@@ -302,7 +298,6 @@ static void palmte_get_power_status(struct apm_power_info *info, int *battery) | |||
302 | 298 | ||
303 | static struct omap_board_config_kernel palmte_config[] __initdata = { | 299 | static struct omap_board_config_kernel palmte_config[] __initdata = { |
304 | { OMAP_TAG_LCD, &palmte_lcd_config }, | 300 | { OMAP_TAG_LCD, &palmte_lcd_config }, |
305 | { OMAP_TAG_UART, &palmte_uart_config }, | ||
306 | }; | 301 | }; |
307 | 302 | ||
308 | static struct spi_board_info palmte_spi_info[] __initdata = { | 303 | static struct spi_board_info palmte_spi_info[] __initdata = { |