diff options
author | Adrian Hunter <adrian.hunter@intel.com> | 2017-11-29 16:41:19 +0300 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2017-12-11 15:05:58 +0300 |
commit | 126b62700386da782f83579e9b0431ea76c2da3d (patch) | |
tree | 6bd8d449232fa8e74584c66db52f20b4246cbba3 /drivers/mmc/core/host.h | |
parent | 0fbfd12518303e9b32ac9fd231439459eac848f9 (diff) | |
download | linux-126b62700386da782f83579e9b0431ea76c2da3d.tar.xz |
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>
Diffstat (limited to 'drivers/mmc/core/host.h')
-rw-r--r-- | drivers/mmc/core/host.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/mmc/core/host.h b/drivers/mmc/core/host.h index 6d896869e5c6..06ec19b5bf9f 100644 --- a/drivers/mmc/core/host.h +++ b/drivers/mmc/core/host.h @@ -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 |