From: Andrew Morton <akpm@osdl.org>

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

Cc: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 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-04 01:05:43.000000000 -0700
+++ devel-akpm/drivers/net/phy/mdio_bus.c	2005-08-04 01:05:52.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->driver;
_