aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmc/core.h
diff options
context:
space:
mode:
authorAdrian Hunter <adrian.hunter@intel.com>2017-08-25 15:43:44 +0300
committerUlf Hansson <ulf.hansson@linaro.org>2017-08-30 15:03:53 +0200
commit906d5ff6188953f4981df39e9999f858542df9ce (patch)
tree8c70abca89e372c699db781e46c4796fb5caa656 /include/linux/mmc/core.h
parentmmc: mmci: stop building qcom dml as module (diff)
downloadlinux-dev-906d5ff6188953f4981df39e9999f858542df9ce.tar.xz
linux-dev-906d5ff6188953f4981df39e9999f858542df9ce.zip
mmc: core: Move mmc_start_areq() declaration
mmc_start_areq() is an internal mmc core API. Move the declaration accordingly. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'include/linux/mmc/core.h')
-rw-r--r--include/linux/mmc/core.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/mmc/core.h b/include/linux/mmc/core.h
index c6d17f626234..927519385482 100644
--- a/include/linux/mmc/core.h
+++ b/include/linux/mmc/core.h
@@ -171,11 +171,7 @@ struct mmc_request {
};
struct mmc_card;
-struct mmc_async_req;
-struct mmc_async_req *mmc_start_areq(struct mmc_host *host,
- struct mmc_async_req *areq,
- enum mmc_blk_status *ret_stat);
void mmc_wait_for_req(struct mmc_host *host, struct mmc_request *mrq);
int mmc_wait_for_cmd(struct mmc_host *host, struct mmc_command *cmd,
int retries);