diff options
Diffstat (limited to 'include/linux/mmc')
-rw-r--r-- | include/linux/mmc/host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index f67686cef62a..f90f674eb3b0 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h | |||
@@ -98,7 +98,7 @@ extern void mmc_free_host(struct mmc_host *); | |||
98 | #define mmc_priv(x) ((void *)((x) + 1)) | 98 | #define mmc_priv(x) ((void *)((x) + 1)) |
99 | #define mmc_dev(x) ((x)->dev) | 99 | #define mmc_dev(x) ((x)->dev) |
100 | 100 | ||
101 | extern int mmc_suspend_host(struct mmc_host *, u32); | 101 | extern int mmc_suspend_host(struct mmc_host *, pm_message_t); |
102 | extern int mmc_resume_host(struct mmc_host *); | 102 | extern int mmc_resume_host(struct mmc_host *); |
103 | 103 | ||
104 | extern void mmc_detect_change(struct mmc_host *); | 104 | extern void mmc_detect_change(struct mmc_host *); |