diff options
Diffstat (limited to 'drivers/mmc/core/pwrseq.h')
-rw-r--r-- | drivers/mmc/core/pwrseq.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/mmc/core/pwrseq.h b/drivers/mmc/core/pwrseq.h index aba3409e8d6e..096da48c6a7e 100644 --- a/drivers/mmc/core/pwrseq.h +++ b/drivers/mmc/core/pwrseq.h | |||
@@ -27,8 +27,10 @@ void mmc_pwrseq_post_power_on(struct mmc_host *host); | |||
27 | void mmc_pwrseq_power_off(struct mmc_host *host); | 27 | void mmc_pwrseq_power_off(struct mmc_host *host); |
28 | void mmc_pwrseq_free(struct mmc_host *host); | 28 | void mmc_pwrseq_free(struct mmc_host *host); |
29 | 29 | ||
30 | int mmc_pwrseq_simple_alloc(struct mmc_host *host, struct device *dev); | 30 | struct mmc_pwrseq *mmc_pwrseq_simple_alloc(struct mmc_host *host, |
31 | int mmc_pwrseq_emmc_alloc(struct mmc_host *host, struct device *dev); | 31 | struct device *dev); |
32 | struct mmc_pwrseq *mmc_pwrseq_emmc_alloc(struct mmc_host *host, | ||
33 | struct device *dev); | ||
32 | 34 | ||
33 | #else | 35 | #else |
34 | 36 | ||