[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>
This commit is contained in:
Pavel Machek
2005-04-16 15:25:29 -07:00
committed by Linus Torvalds
parent 8d189f7298
commit e5378ca8c0
7 changed files with 11 additions and 11 deletions

View File

@@ -603,7 +603,7 @@ static int mmci_remove(struct amba_device *dev)
}
#ifdef CONFIG_PM
static int mmci_suspend(struct amba_device *dev, u32 state)
static int mmci_suspend(struct amba_device *dev, pm_message_t state)
{
struct mmc_host *mmc = amba_get_drvdata(dev);
int ret = 0;