X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fmmc%2Fmmc.c;h=8865175effddbacae7f04b0193672e343b256e6e;hb=6ecc7836d7c0db8ea724112c4584a192a349bb6c;hp=09aeeba61b75dd24758ffd17d8d062a8dfa19a12;hpb=7410ae4d0a961b5cd9b67f91aa5b7dcf62eb7f3f;p=linux-2.6-omap-h63xx.git diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c index 09aeeba61b7..8865175effd 100644 --- a/drivers/mmc/mmc.c +++ b/drivers/mmc/mmc.c @@ -21,6 +21,8 @@ #include #include +#include + #include #include #include @@ -963,8 +965,9 @@ static void mmc_read_scrs(struct mmc_host *host) mmc_decode_scr(card); } - - mmc_deselect_cards(host); + if (!machine_is_omap_h6300()) { + mmc_deselect_cards(host); + } } static unsigned int mmc_calculate_clock(struct mmc_host *host)