[PATCH] missed s/u32/pm_message_t/ (dm9000)
authorviro@ftp.linux.org.uk <viro@ftp.linux.org.uk>
Tue, 6 Sep 2005 00:36:58 +0000 (01:36 +0100)
committerJeff Garzik <jgarzik@pobox.com>
Wed, 7 Sep 2005 02:17:12 +0000 (22:17 -0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/dm9000.c

index 6440a89..e54fc10 100644 (file)
@@ -1140,7 +1140,7 @@ dm9000_phy_write(struct net_device *dev, int phyaddr_unused, int reg, int value)
 }
 
 static int
-dm9000_drv_suspend(struct device *dev, u32 state, u32 level)
+dm9000_drv_suspend(struct device *dev, pm_message_t state, u32 level)
 {
        struct net_device *ndev = dev_get_drvdata(dev);