diff options
author | Pavel Machek <pavel@ucw.cz> | 2005-04-16 18:25:29 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:25:29 -0400 |
commit | e5378ca8c0ab684bd9339dc6827dd5a042f9e6fc (patch) | |
tree | 27dd779f05409b4f7ee91569ad009224729ccbb2 /drivers/mtd | |
parent | 8d189f729829369edb2e797e9a6ebc2b01b359d0 (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/mtd')
-rw-r--r-- | drivers/mtd/maps/sa1100-flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/maps/sa1100-flash.c b/drivers/mtd/maps/sa1100-flash.c index 0a6f861c4cd6..52385705da09 100644 --- a/drivers/mtd/maps/sa1100-flash.c +++ b/drivers/mtd/maps/sa1100-flash.c | |||
@@ -403,7 +403,7 @@ static int __exit sa1100_mtd_remove(struct device *dev) | |||
403 | } | 403 | } |
404 | 404 | ||
405 | #ifdef CONFIG_PM | 405 | #ifdef CONFIG_PM |
406 | static int sa1100_mtd_suspend(struct device *dev, u32 state, u32 level) | 406 | static int sa1100_mtd_suspend(struct device *dev, pm_message_t state, u32 level) |
407 | { | 407 | { |
408 | struct sa_info *info = dev_get_drvdata(dev); | 408 | struct sa_info *info = dev_get_drvdata(dev); |
409 | int ret = 0; | 409 | int ret = 0; |