]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-omap2/board-omap2evm.c
ARM: OMAP: Clean-up MMC device init
[linux-2.6-omap-h63xx.git] / arch / arm / mach-omap2 / board-omap2evm.c
index 138e80c33fc2225f971942c1812ed23c2217838d..d55f6f7b7e845c04e1bef18e6fb9b284c9eeeb4f 100644 (file)
@@ -229,17 +229,9 @@ static struct omap_uart_config omap2_evm_uart_config __initdata = {
        .enabled_uarts  = ((1 << 0) | (1 << 1) | (1 << 2)),
 };
 
-static struct omap_mmc_config omap2_evm_mmc_config __initdata = {
-       .mmc [0] = {
-               .enabled        = 1,
-               .wire4          = 1,
-       },
-};
-
 static struct omap_board_config_kernel omap2_evm_config[] __initdata = {
        { OMAP_TAG_UART,        &omap2_evm_uart_config },
        { OMAP_TAG_LCD,         &omap2_evm_lcd_config },
-       { OMAP_TAG_MMC,         &omap2_evm_mmc_config },
 };
 
 static int __init omap2_evm_i2c_init(void)