[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
@ -797,7 +797,7 @@ static struct uart_driver serial_pxa_reg = {
|
||||
.cons = PXA_CONSOLE,
|
||||
};
|
||||
|
||||
static int serial_pxa_suspend(struct device *_dev, u32 state, u32 level)
|
||||
static int serial_pxa_suspend(struct device *_dev, pm_message_t state, u32 level)
|
||||
{
|
||||
struct uart_pxa_port *sport = dev_get_drvdata(_dev);
|
||||
|
||||
|
Reference in New Issue
Block a user