diff options
author | Pavel Machek <pavel@ucw.cz> | 2005-04-16 18:25:35 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:25:35 -0400 |
commit | 0370affeec3e751412e917aab931d8ba52680578 (patch) | |
tree | da7698bc4130e252372d56b7e251453d1eccefe3 /drivers/serial/vr41xx_siu.c | |
parent | a4ffad5b77f17bd8ad2a220d6eb0278bc07a5a17 (diff) |
[PATCH] fix u32 vs. pm_message_t in drivers/
-rc2-mm1 still contains few places where u32 and pm_message_t. This fixes
drivers/serial [should change no code].
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/serial/vr41xx_siu.c')
-rw-r--r-- | drivers/serial/vr41xx_siu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/vr41xx_siu.c b/drivers/serial/vr41xx_siu.c index ebc59c27a85c..307886199f2f 100644 --- a/drivers/serial/vr41xx_siu.c +++ b/drivers/serial/vr41xx_siu.c | |||
@@ -1026,7 +1026,7 @@ static int siu_remove(struct device *dev) | |||
1026 | return 0; | 1026 | return 0; |
1027 | } | 1027 | } |
1028 | 1028 | ||
1029 | static int siu_suspend(struct device *dev, u32 state, u32 level) | 1029 | static int siu_suspend(struct device *dev, pm_message_t state, u32 level) |
1030 | { | 1030 | { |
1031 | struct uart_port *port; | 1031 | struct uart_port *port; |
1032 | int i; | 1032 | int i; |