aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/macintosh/macio_asic.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/macintosh/macio_asic.c')
-rw-r--r--drivers/macintosh/macio_asic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/macintosh/macio_asic.c b/drivers/macintosh/macio_asic.c
index 3a609ecd251b..d0bda7e3e6aa 100644
--- a/drivers/macintosh/macio_asic.c
+++ b/drivers/macintosh/macio_asic.c
@@ -106,7 +106,7 @@ static void macio_device_shutdown(struct device *dev)
106 drv->shutdown(macio_dev); 106 drv->shutdown(macio_dev);
107} 107}
108 108
109static int macio_device_suspend(struct device *dev, u32 state) 109static int macio_device_suspend(struct device *dev, pm_message_t state)
110{ 110{
111 struct macio_dev * macio_dev = to_macio_device(dev); 111 struct macio_dev * macio_dev = to_macio_device(dev);
112 struct macio_driver * drv = to_macio_driver(dev->driver); 112 struct macio_driver * drv = to_macio_driver(dev->driver);