[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:
committed by
Linus Torvalds
parent
8d189f7298
commit
e5378ca8c0
@ -1563,7 +1563,7 @@ static int wbsd_remove(struct device* dev)
|
||||
*/
|
||||
|
||||
#ifdef CONFIG_PM
|
||||
static int wbsd_suspend(struct device *dev, u32 state, u32 level)
|
||||
static int wbsd_suspend(struct device *dev, pm_message_t state, u32 level)
|
||||
{
|
||||
DBGF("Not yet supported\n");
|
||||
|
||||
|
Reference in New Issue
Block a user