X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fmmc%2Fhost%2Fomap.c;h=c16028872bbbc0b19c23c8cdb895ad91a22fa3a4;hb=3141eb6c50f1dafa99874e702d8b444034e2bb10;hp=549517c35675971b3448a988f83cb2b2369b305d;hpb=7536d7be7b718f8c5834cbcb7601816562e1b805;p=linux-2.6 diff --git a/drivers/mmc/host/omap.c b/drivers/mmc/host/omap.c index 549517c356..c16028872b 100644 --- a/drivers/mmc/host/omap.c +++ b/drivers/mmc/host/omap.c @@ -29,14 +29,13 @@ #include #include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include #define OMAP_MMC_REG_CMD 0x00 #define OMAP_MMC_REG_ARGL 0x04 @@ -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;