<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;

This is applicable now.  It'll become compulsory when Pavel's
make-pm_message_t-a-struct patch goes in.

Cc: Jeff Garzik &lt;jgarzik@pobox.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
---

 drivers/net/phy/mdio_bus.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/net/phy/mdio_bus.c~mbio_bus-pm_message_t-fix drivers/net/phy/mdio_bus.c
--- devel/drivers/net/phy/mdio_bus.c~mbio_bus-pm_message_t-fix	2005-08-30 18:41:01.000000000 -0700
+++ devel-akpm/drivers/net/phy/mdio_bus.c	2005-08-30 18:41:01.000000000 -0700
@@ -128,7 +128,7 @@ static int mdio_bus_match(struct device 
 /* Suspend and resume.  Copied from platform_suspend and
  * platform_resume
  */
-static int mdio_bus_suspend(struct device * dev, u32 state)
+static int mdio_bus_suspend(struct device *dev, pm_message_t state)
 {
 	int ret = 0;
 	struct device_driver *drv = dev-&gt;driver;
_
</pre></body></html>