aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc64
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc64')
-rw-r--r--arch/ppc64/kernel/of_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/of_device.c b/arch/ppc64/kernel/of_device.c
index b27a75f1b986..f4c825a69fa0 100644
--- a/arch/ppc64/kernel/of_device.c
+++ b/arch/ppc64/kernel/of_device.c
@@ -104,7 +104,7 @@ static int of_device_remove(struct device *dev)
104 return 0; 104 return 0;
105} 105}
106 106
107static int of_device_suspend(struct device *dev, u32 state) 107static int of_device_suspend(struct device *dev, pm_message_t state)
108{ 108{
109 struct of_device * of_dev = to_of_device(dev); 109 struct of_device * of_dev = to_of_device(dev);
110 struct of_platform_driver * drv = to_of_platform_driver(dev->driver); 110 struct of_platform_driver * drv = to_of_platform_driver(dev->driver);