summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/block.h
diff options
context:
space:
mode:
authorAdrian Hunter <adrian.hunter@intel.com>2017-11-29 15:41:18 +0200
committerUlf Hansson <ulf.hansson@linaro.org>2017-12-11 13:02:22 +0100
commit0fbfd12518303e9b32ac9fd231439459eac848f9 (patch)
treed45e49699f9e9baca0c87a08838484037d9fdbd3 /drivers/mmc/core/block.h
parent1bec43a3b181baebdf8a4cd739b480a9132601d7 (diff)
mmc: block: 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/block.h')
-rw-r--r--drivers/mmc/core/block.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mmc/core/block.h b/drivers/mmc/core/block.h
index b126418fd163..31153f656f41 100644
--- a/drivers/mmc/core/block.h
+++ b/drivers/mmc/core/block.h
@@ -5,8 +5,6 @@
struct mmc_queue;
struct request;
-void mmc_blk_issue_rq(struct mmc_queue *mq, struct request *req);
-
void mmc_blk_cqe_recovery(struct mmc_queue *mq);
enum mmc_issued;