diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2008-08-22 19:24:15 +0100 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-08-27 05:17:46 -0400 |
commit | d3d7b53d1ae46534cd73e1073a5c29e3b61a0552 (patch) | |
tree | 8dc554363ea2e71941f60980c194d3af921cafea /drivers/net/wd.c | |
parent | f4f62301c6f42127b7462274abfcbc278f84d59a (diff) | |
download | talos-op-linux-d3d7b53d1ae46534cd73e1073a5c29e3b61a0552.tar.gz talos-op-linux-d3d7b53d1ae46534cd73e1073a5c29e3b61a0552.zip |
[netdrvr] fix build issue: undefined reference to `NS8390p_init'
Signed-off-by: Alan 'pass the paper bags' Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/wd.c')
-rw-r--r-- | drivers/net/wd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wd.c b/drivers/net/wd.c index 6f9aa1643743..fa14255282af 100644 --- 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 - NS8390p_init(dev, 0); + NS8390_init(dev, 0); #if 1 /* Enable interrupt generation on softconfig cards -- M.U */ |