diff options
Diffstat (limited to 'drivers/mmc/mmc.c')
-rw-r--r-- | drivers/mmc/mmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c index e40026328251..eeb9f6668e69 100644 --- a/drivers/mmc/mmc.c +++ b/drivers/mmc/mmc.c | |||
@@ -884,7 +884,7 @@ EXPORT_SYMBOL(mmc_free_host); | |||
884 | * @host: mmc host | 884 | * @host: mmc host |
885 | * @state: suspend mode (PM_SUSPEND_xxx) | 885 | * @state: suspend mode (PM_SUSPEND_xxx) |
886 | */ | 886 | */ |
887 | int mmc_suspend_host(struct mmc_host *host, u32 state) | 887 | int mmc_suspend_host(struct mmc_host *host, pm_message_t state) |
888 | { | 888 | { |
889 | mmc_claim_host(host); | 889 | mmc_claim_host(host); |
890 | mmc_deselect_cards(host); | 890 | mmc_deselect_cards(host); |