]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-omap2/board-overo.c
ARM: OMAP: Clean-up MMC device init
[linux-2.6-omap-h63xx.git] / arch / arm / mach-omap2 / board-overo.c
index 175a444089c527b05a5b9bbb696669ceb33e3467..396ec33d5c4b267209c4744abf485ec280f7ed5a 100644 (file)
@@ -158,17 +158,6 @@ static void __init overo_init_irq(void)
        omap_gpio_init();
 }
 
-static struct omap_mmc_config overo_mmc_config __initdata = {
-       .mmc[0] = {
-               .enabled        = 1,
-               .wire4          = 1,
-       },
-       .mmc[1] = {
-               .enabled        = 1,
-               .wire4          = 1,
-       },
-};
-
 static struct platform_device overo_twl4030rtc_device = {
        .name           = "twl4030_rtc",
        .id             = -1,
@@ -185,7 +174,6 @@ static struct omap_lcd_config overo_lcd_config __initdata = {
 
 static struct omap_board_config_kernel overo_config[] __initdata = {
        { OMAP_TAG_UART,        &overo_uart_config },
-       { OMAP_TAG_MMC,         &overo_mmc_config },
        { OMAP_TAG_LCD,         &overo_lcd_config },
 };