mmc: core: Remove code no longer needed after the switch to blk-mq

Remove code no longer needed after the switch to blk-mq.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Tested-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
Adrian Hunter
2017-11-29 15:41:19 +02:00
committed by Ulf Hansson
parent 0fbfd12518
commit 126b627003
5 changed files with 1 additions and 200 deletions

View File

@@ -79,10 +79,5 @@ static inline bool mmc_card_hs400es(struct mmc_card *card)
return card->host->ios.enhanced_strobe;
}
static inline bool mmc_host_use_blk_mq(struct mmc_host *host)
{
return true;
}
#endif