diff options
Diffstat (limited to 'arch/arm/mach-omap1/board-ams-delta.c')
-rw-r--r-- | arch/arm/mach-omap1/board-ams-delta.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-omap1/board-ams-delta.c b/arch/arm/mach-omap1/board-ams-delta.c index 8b40aace9db4..580773202ea0 100644 --- a/arch/arm/mach-omap1/board-ams-delta.c +++ b/arch/arm/mach-omap1/board-ams-delta.c | |||
@@ -162,10 +162,6 @@ static struct omap_lcd_config ams_delta_lcd_config __initdata = { | |||
162 | .ctrl_name = "internal", | 162 | .ctrl_name = "internal", |
163 | }; | 163 | }; |
164 | 164 | ||
165 | static struct omap_uart_config ams_delta_uart_config __initdata = { | ||
166 | .enabled_uarts = 1, | ||
167 | }; | ||
168 | |||
169 | static struct omap_usb_config ams_delta_usb_config __initdata = { | 165 | static struct omap_usb_config ams_delta_usb_config __initdata = { |
170 | .register_host = 1, | 166 | .register_host = 1, |
171 | .hmc_mode = 16, | 167 | .hmc_mode = 16, |
@@ -174,7 +170,6 @@ static struct omap_usb_config ams_delta_usb_config __initdata = { | |||
174 | 170 | ||
175 | static struct omap_board_config_kernel ams_delta_config[] = { | 171 | static struct omap_board_config_kernel ams_delta_config[] = { |
176 | { OMAP_TAG_LCD, &ams_delta_lcd_config }, | 172 | { OMAP_TAG_LCD, &ams_delta_lcd_config }, |
177 | { OMAP_TAG_UART, &ams_delta_uart_config }, | ||
178 | }; | 173 | }; |
179 | 174 | ||
180 | static struct resource ams_delta_kp_resources[] = { | 175 | static struct resource ams_delta_kp_resources[] = { |