]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
[PATCH] fix u32 vs. pm_message_t in drivers/macintosh
authorPavel Machek <pavel@ucw.cz>
Sat, 16 Apr 2005 22:25:32 +0000 (15:25 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 16 Apr 2005 22:25:32 +0000 (15:25 -0700)
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>
drivers/macintosh/macio_asic.c
drivers/macintosh/mediabay.c

index 3a609ecd251bd3798115453d339c3167ca62ca77..d0bda7e3e6aa4a8a96c4954d4f76e3ded883f340 100644 (file)
@@ -106,7 +106,7 @@ static void macio_device_shutdown(struct device *dev)
                drv->shutdown(macio_dev);
 }
 
-static int macio_device_suspend(struct device *dev, u32 state)
+static int macio_device_suspend(struct device *dev, pm_message_t state)
 {
        struct macio_dev * macio_dev = to_macio_device(dev);
        struct macio_driver * drv = to_macio_driver(dev->driver);
index b8b5a2f1485a49e58a3b5f7baa6b24edd0dd20a3..4be709e13eecf4c4dd2a2f6c706eeda08b975047 100644 (file)
@@ -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);