[ARM] Eliminate useless includes of asm/mach-types.h
[firefly-linux-kernel-4.4.55.git] / drivers / mmc / host / omap.c
index 549517c35675971b3448a988f83cb2b2369b305d..1f587a239b02abfc0413b2a46b7fe8b77f4bdebd 100644 (file)
@@ -29,7 +29,6 @@
 
 #include <asm/io.h>
 #include <asm/irq.h>
-#include <asm/mach-types.h>
 
 #include <asm/arch/board.h>
 #include <asm/arch/mmc.h>
@@ -1317,7 +1316,7 @@ static int __init mmc_omap_new_slot(struct mmc_omap_host *host, int id)
 
        host->slots[id] = slot;
 
-       mmc->caps = MMC_CAP_MULTIWRITE;
+       mmc->caps = 0;
        if (host->pdata->conf.wire4)
                mmc->caps |= MMC_CAP_4_BIT_DATA;