mirror of
https://github.com/torvalds/linux.git
synced 2026-05-05 15:02:40 -04:00
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:
committed by
Ulf Hansson
parent
0fbfd12518
commit
126b627003
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user