[PATCH] Fix bt87x.c build problem for real
[deliverable/linux.git] / drivers / macintosh / macio_asic.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);
This page took 0.027229 seconds and 5 git commands to generate.