diff options
Diffstat (limited to 'arch/arm/mach-omap1/board-h2.c')
-rw-r--r-- | arch/arm/mach-omap1/board-h2.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-omap1/board-h2.c b/arch/arm/mach-omap1/board-h2.c index c5b4a3b718c..125d8e21dce 100644 --- a/arch/arm/mach-omap1/board-h2.c +++ b/arch/arm/mach-omap1/board-h2.c | |||
@@ -378,15 +378,6 @@ static struct omap_usb_config h2_usb_config __initdata = { | |||
378 | .pins[1] = 3, | 378 | .pins[1] = 3, |
379 | }; | 379 | }; |
380 | 380 | ||
381 | static struct omap_mmc_config h2_mmc_config __initdata = { | ||
382 | .mmc[0] = { | ||
383 | .enabled = 1, | ||
384 | .wire4 = 1, | ||
385 | }, | ||
386 | }; | ||
387 | |||
388 | extern struct omap_mmc_platform_data h2_mmc_data; | ||
389 | |||
390 | static struct omap_uart_config h2_uart_config __initdata = { | 381 | static struct omap_uart_config h2_uart_config __initdata = { |
391 | .enabled_uarts = ((1 << 0) | (1 << 1) | (1 << 2)), | 382 | .enabled_uarts = ((1 << 0) | (1 << 1) | (1 << 2)), |
392 | }; | 383 | }; |
@@ -397,7 +388,6 @@ static struct omap_lcd_config h2_lcd_config __initdata = { | |||
397 | 388 | ||
398 | static struct omap_board_config_kernel h2_config[] __initdata = { | 389 | static struct omap_board_config_kernel h2_config[] __initdata = { |
399 | { OMAP_TAG_USB, &h2_usb_config }, | 390 | { OMAP_TAG_USB, &h2_usb_config }, |
400 | { OMAP_TAG_MMC, &h2_mmc_config }, | ||
401 | { OMAP_TAG_UART, &h2_uart_config }, | 391 | { OMAP_TAG_UART, &h2_uart_config }, |
402 | { OMAP_TAG_LCD, &h2_lcd_config }, | 392 | { OMAP_TAG_LCD, &h2_lcd_config }, |
403 | }; | 393 | }; |