]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/wd.c
[netdrvr] fix build issue: undefined reference to `NS8390p_init'
[linux-2.6-omap-h63xx.git] / drivers / net / wd.c
index 6f9aa1643743ebca435def239abd16c13f86ffde..fa14255282afe96770d5b44cc887fbaba22814df 100644 (file)
@@ -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 */