projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ac9003
)
[PATCH] missed s/u32/pm_message_t/ (dm9000)
author
viro@ftp.linux.org.uk
<viro@ftp.linux.org.uk>
Tue, 6 Sep 2005 00:36:58 +0000
(
01:36
+0100)
committer
Jeff 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
patch
|
blob
|
history
diff --git
a/drivers/net/dm9000.c
b/drivers/net/dm9000.c
index 6440a892bb813ca4a08e0a1878cf0dedb43b254d..e54fc10f68467c7fd9bf92e11b9fb9d3fba3cee4 100644
(file)
--- a/
drivers/net/dm9000.c
+++ b/
drivers/net/dm9000.c
@@
-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);