diff options
Diffstat (limited to 'include/linux/mmc')
-rw-r--r-- | include/linux/mmc/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mmc/core.h b/include/linux/mmc/core.h index a2b79518f051..2a03f8b9cdfb 100644 --- a/include/linux/mmc/core.h +++ b/include/linux/mmc/core.h | |||
@@ -111,7 +111,7 @@ extern int mmc_wait_for_cmd(struct mmc_host *, struct mmc_command *, int); | |||
111 | extern int mmc_wait_for_app_cmd(struct mmc_host *, struct mmc_card *, | 111 | extern int mmc_wait_for_app_cmd(struct mmc_host *, struct mmc_card *, |
112 | struct mmc_command *, int); | 112 | struct mmc_command *, int); |
113 | 113 | ||
114 | extern void mmc_set_data_timeout(struct mmc_data *, const struct mmc_card *, int); | 114 | extern void mmc_set_data_timeout(struct mmc_data *, const struct mmc_card *); |
115 | 115 | ||
116 | extern void mmc_claim_host(struct mmc_host *host); | 116 | extern void mmc_claim_host(struct mmc_host *host); |
117 | extern void mmc_release_host(struct mmc_host *host); | 117 | extern void mmc_release_host(struct mmc_host *host); |