mmc: remove the "state" argument to mmc_suspend_host()
[pandora-kernel.git] / drivers / mmc / host / at91_mci.c
index 336d9f5..5f3a599 100644 (file)
@@ -1157,7 +1157,7 @@ static int at91_mci_suspend(struct platform_device *pdev, pm_message_t state)
                enable_irq_wake(host->board->det_pin);
 
        if (mmc)
-               ret = mmc_suspend_host(mmc, state);
+               ret = mmc_suspend_host(mmc);
 
        return ret;
 }