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:
f4f6230
)
[netdrvr] fix build issue: undefined reference to `NS8390p_init'
author
Alan Cox
<alan@lxorguk.ukuu.org.uk>
Fri, 22 Aug 2008 18:24:15 +0000
(19:24 +0100)
committer
Jeff Garzik
<jgarzik@redhat.com>
Wed, 27 Aug 2008 09:17:46 +0000
(
05:17
-0400)
Signed-off-by: Alan 'pass the paper bags' Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/wd.c
patch
|
blob
|
history
diff --git
a/drivers/net/wd.c
b/drivers/net/wd.c
index 6f9aa1643743ebca435def239abd16c13f86ffde..fa14255282afe96770d5b44cc887fbaba22814df 100644
(file)
--- a/
drivers/net/wd.c
+++ b/
drivers/net/wd.c
@@
-337,7
+337,7
@@
static int __init wd_probe1(struct net_device *dev, int ioaddr)
#ifdef CONFIG_NET_POLL_CONTROLLER
dev->poll_controller = ei_poll;
#endif
- NS8390
p
_init(dev, 0);
+ NS8390_init(dev, 0);
#if 1
/* Enable interrupt generation on softconfig cards -- M.U */