[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>
This commit is contained in:
committed by
Linus Torvalds
parent
a4ffad5b77
commit
0370affeec
@ -772,7 +772,7 @@ static int pl010_remove(struct amba_device *dev)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int pl010_suspend(struct amba_device *dev, u32 state)
|
||||
static int pl010_suspend(struct amba_device *dev, pm_message_t state)
|
||||
{
|
||||
struct uart_amba_port *uap = amba_get_drvdata(dev);
|
||||
|
||||
|
Reference in New Issue
Block a user