From 0370affeec3e751412e917aab931d8ba52680578 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Sat, 16 Apr 2005 15:25:35 -0700 Subject: [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 Signed-off-by: Linus Torvalds --- drivers/serial/vr41xx_siu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/serial/vr41xx_siu.c') 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) return 0; } -static int siu_suspend(struct device *dev, u32 state, u32 level) +static int siu_suspend(struct device *dev, pm_message_t state, u32 level) { struct uart_port *port; int i; -- cgit v1.2.3