vserver 2.0 rc7
[linux-2.6.git] / arch / ppc64 / kernel / of_device.c
index b27a75f..f4c825a 100644 (file)
@@ -104,7 +104,7 @@ static int of_device_remove(struct device *dev)
        return 0;
 }
 
-static int of_device_suspend(struct device *dev, u32 state)
+static int of_device_suspend(struct device *dev, pm_message_t state)
 {
        struct of_device * of_dev = to_of_device(dev);
        struct of_platform_driver * drv = to_of_platform_driver(dev->driver);