summaryrefslogtreecommitdiffstats
path: root/drivers/macintosh/mediabay.c
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2005-04-16 15:25:32 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-16 15:25:32 -0700
commitf45139044db870835b53a0fea41da2e04c3958d0 (patch)
tree9d6a935441e9414244c17e2bef35c3b6934e9355 /drivers/macintosh/mediabay.c
parent0b9c33a7d6b9f1a72b2dc63bb6b8f055203d9bcb (diff)
downloadop-kernel-dev-f45139044db870835b53a0fea41da2e04c3958d0.zip
op-kernel-dev-f45139044db870835b53a0fea41da2e04c3958d0.tar.gz
[PATCH] fix u32 vs. pm_message_t in drivers/macintosh
I thought I'm done with fixing u32 vs. pm_message_t ... unfortunately that turned out not to be the case as Russel King pointed out. Here are fixes for drivers/macintosh. 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/macintosh/mediabay.c')
-rw-r--r--drivers/macintosh/mediabay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/macintosh/mediabay.c b/drivers/macintosh/mediabay.c
index b8b5a2f..4be709e 100644
--- a/drivers/macintosh/mediabay.c
+++ b/drivers/macintosh/mediabay.c
@@ -704,7 +704,7 @@ static int __devinit media_bay_attach(struct macio_dev *mdev, const struct of_ma
}
-static int __pmac media_bay_suspend(struct macio_dev *mdev, u32 state)
+static int __pmac media_bay_suspend(struct macio_dev *mdev, pm_message_t state)
{
struct media_bay_info *bay = macio_get_drvdata(mdev);
OpenPOWER on IntegriCloud