]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-omap2/board-3430sdp.c
ARM: OMAP: Clean-up MMC device init
[linux-2.6-omap-h63xx.git] / arch / arm / mach-omap2 / board-3430sdp.c
index d27158ec3141f22515986632b54b72c948185f1e..a9f368b4e10176d2320ca81a5f803093878f2747 100644 (file)
@@ -329,17 +329,9 @@ static struct omap_lcd_config sdp3430_lcd_config __initdata = {
        .ctrl_name      = "internal",
 };
 
-static struct omap_mmc_config sdp3430_mmc_config __initdata = {
-       .mmc [0] = {
-               .enabled        = 1,
-               .wire4          = 1,
-       },
-};
-
 static struct omap_board_config_kernel sdp3430_config[] __initdata = {
        { OMAP_TAG_UART,        &sdp3430_uart_config },
-       {OMAP_TAG_LCD,          &sdp3430_lcd_config},
-       {OMAP_TAG_MMC,          &sdp3430_mmc_config },
+       { OMAP_TAG_LCD,         &sdp3430_lcd_config },
 };
 
 static int __init omap3430_i2c_init(void)