diff options
author | Pavel Machek <pavel@ucw.cz> | 2005-04-16 18:25:26 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:25:26 -0400 |
commit | 8bf28030f3683f69669d08cb5b32bc46db3d22ae (patch) | |
tree | a42dc815087588ab706d421eb9229637de704df4 /drivers/pcmcia/m32r_pcc.c | |
parent | 05adc3b7458e97a1d0180828000207a403083389 (diff) |
[PATCH] fix u32 vs. pm_message_t in pcmcia
This fixes u32 vs. pm_message_t in pcmcia.
Signed-off-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/pcmcia/m32r_pcc.c')
-rw-r--r-- | drivers/pcmcia/m32r_pcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/m32r_pcc.c b/drivers/pcmcia/m32r_pcc.c index cafba6f45dfa..c0997c4714f0 100644 --- a/drivers/pcmcia/m32r_pcc.c +++ b/drivers/pcmcia/m32r_pcc.c | |||
@@ -696,7 +696,7 @@ static struct pccard_operations pcc_operations = { | |||
696 | 696 | ||
697 | /*====================================================================*/ | 697 | /*====================================================================*/ |
698 | 698 | ||
699 | static int m32r_pcc_suspend(struct device *dev, u32 state, u32 level) | 699 | static int m32r_pcc_suspend(struct device *dev, pm_message_t state, u32 level) |
700 | { | 700 | { |
701 | int ret = 0; | 701 | int ret = 0; |
702 | if (level == SUSPEND_SAVE_STATE) | 702 | if (level == SUSPEND_SAVE_STATE) |