[PATCH] fix u32 vs. pm_message_t in drivers/mmc,mtd,scsi
[safe/jmp/linux-2.6] / drivers / mmc / mmc.c
index e400263..eeb9f66 100644 (file)
@@ -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);