From: Andrew Morton <akpm@osdl.org>

Cc: Pavel Machek <pavel@suse.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 arch/ppc/syslib/of_device.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/ppc/syslib/of_device.c~swsusp-switch-pm_message_t-to-struct-ppc32-fixes arch/ppc/syslib/of_device.c
--- 25-ppc/arch/ppc/syslib/of_device.c~swsusp-switch-pm_message_t-to-struct-ppc32-fixes	2005-07-14 21:07:41.000000000 -0700
+++ 25-ppc-akpm/arch/ppc/syslib/of_device.c	2005-07-14 21:07:52.000000000 -0700
@@ -105,7 +105,7 @@ static int of_device_remove(struct devic
 	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);
_