aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/mmci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/mmci.c')
-rw-r--r--drivers/mmc/mmci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/mmci.c b/drivers/mmc/mmci.c
index 3ee961c206bd..3a5f6ac5b364 100644
--- a/drivers/mmc/mmci.c
+++ b/drivers/mmc/mmci.c
@@ -603,7 +603,7 @@ static int mmci_remove(struct amba_device *dev)
603} 603}
604 604
605#ifdef CONFIG_PM 605#ifdef CONFIG_PM
606static int mmci_suspend(struct amba_device *dev, u32 state) 606static int mmci_suspend(struct amba_device *dev, pm_message_t state)
607{ 607{
608 struct mmc_host *mmc = amba_get_drvdata(dev); 608 struct mmc_host *mmc = amba_get_drvdata(dev);
609 int ret = 0; 609 int ret = 0;