X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fmmc%2Fmmc.c;h=eeb9f6668e69167044b3b41bf6559479f30dd5ab;hb=f7f1b0f1e2fbadeab12d24236000e778aa9b1ead;hp=e40026328251f49a4981f6444adee9e5adb39fda;hpb=6a77f38946aaee1cd85eeec6cf4229b204c15071;p=linux-2.6.git diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c index e40026328..eeb9f6668 100644 --- a/drivers/mmc/mmc.c +++ b/drivers/mmc/mmc.c @@ -884,7 +884,7 @@ EXPORT_SYMBOL(mmc_free_host); * @host: mmc host * @state: suspend mode (PM_SUSPEND_xxx) */ -int mmc_suspend_host(struct mmc_host *host, u32 state) +int mmc_suspend_host(struct mmc_host *host, pm_message_t state) { mmc_claim_host(host); mmc_deselect_cards(host);