aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/pxamci.c
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2005-04-16 18:25:29 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-16 18:25:29 -0400
commite5378ca8c0ab684bd9339dc6827dd5a042f9e6fc (patch)
tree27dd779f05409b4f7ee91569ad009224729ccbb2 /drivers/mmc/pxamci.c
parent8d189f729829369edb2e797e9a6ebc2b01b359d0 (diff)
[PATCH] fix u32 vs. pm_message_t in drivers/mmc,mtd,scsi
This fixes u32 vs. pm_message_t in drivers/mmc, drivers/mtd and drivers/scsi. Signed-off-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/mmc/pxamci.c')
-rw-r--r--drivers/mmc/pxamci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/pxamci.c b/drivers/mmc/pxamci.c
index f76deedf5355..b78beb1b0159 100644
--- a/drivers/mmc/pxamci.c
+++ b/drivers/mmc/pxamci.c
@@ -558,7 +558,7 @@ static int pxamci_remove(struct device *dev)
558} 558}
559 559
560#ifdef CONFIG_PM 560#ifdef CONFIG_PM
561static int pxamci_suspend(struct device *dev, u32 state, u32 level) 561static int pxamci_suspend(struct device *dev, pm_message_t state, u32 level)
562{ 562{
563 struct mmc_host *mmc = dev_get_drvdata(dev); 563 struct mmc_host *mmc = dev_get_drvdata(dev);
564 int ret = 0; 564 int ret = 0;