[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
@ -1590,7 +1590,7 @@ static int pmz_detach(struct macio_dev *mdev)
|
||||
}
|
||||
|
||||
|
||||
static int pmz_suspend(struct macio_dev *mdev, u32 pm_state)
|
||||
static int pmz_suspend(struct macio_dev *mdev, pm_message_t pm_state)
|
||||
{
|
||||
struct uart_pmac_port *uap = dev_get_drvdata(&mdev->ofdev.dev);
|
||||
struct uart_state *state;
|
||||
|
Reference in New Issue
Block a user