diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2005-09-16 19:27:53 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-17 11:50:00 -0700 |
commit | e36d394deb1b59d004ab057e0b5c505ffc5d8c0a (patch) | |
tree | d9b629c896bc8ba3875baf92000d15137b8dbf4a /sound/arm | |
parent | 1f87b1e6e6050c0afe8b4afc279121f99043dc54 (diff) | |
download | op-kernel-dev-e36d394deb1b59d004ab057e0b5c505ffc5d8c0a.zip op-kernel-dev-e36d394deb1b59d004ab057e0b5c505ffc5d8c0a.tar.gz |
[PATCH] Fix up some pm_message_t types
Fix up some pm_message_t types
Signed-Off-By: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'sound/arm')
-rw-r--r-- | sound/arm/aaci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/arm/aaci.c b/sound/arm/aaci.c index 34195b74..b2d5db2 100644 --- a/sound/arm/aaci.c +++ b/sound/arm/aaci.c @@ -650,7 +650,7 @@ static int aaci_do_resume(snd_card_t *card, unsigned int state) return 0; } -static int aaci_suspend(struct amba_device *dev, u32 state) +static int aaci_suspend(struct amba_device *dev, pm_message_t state) { snd_card_t *card = amba_get_drvdata(dev); return card ? aaci_do_suspend(card) : 0; |