<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
From: Andrew Morton &lt;akpm@osdl.org&gt;

Cc: Pavel Machek &lt;pavel@suse.cz&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
---

 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-&gt;driver);
_
</pre></body></html>