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/vrc4171_card.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/vrc4171_card.c')
-rw-r--r-- | drivers/pcmcia/vrc4171_card.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/vrc4171_card.c b/drivers/pcmcia/vrc4171_card.c index 987bc21ced42..17bb2da6752b 100644 --- a/drivers/pcmcia/vrc4171_card.c +++ b/drivers/pcmcia/vrc4171_card.c | |||
@@ -774,7 +774,7 @@ static int __devinit vrc4171_card_setup(char *options) | |||
774 | 774 | ||
775 | __setup("vrc4171_card=", vrc4171_card_setup); | 775 | __setup("vrc4171_card=", vrc4171_card_setup); |
776 | 776 | ||
777 | static int vrc4171_card_suspend(struct device *dev, u32 state, u32 level) | 777 | static int vrc4171_card_suspend(struct device *dev, pm_message_t state, u32 level) |
778 | { | 778 | { |
779 | int retval = 0; | 779 | int retval = 0; |
780 | 780 | ||