Skip to content
Snippets Groups Projects
Commit d3d7b53d authored by Alan Cox's avatar Alan Cox Committed by Jeff Garzik
Browse files

[netdrvr] fix build issue: undefined reference to `NS8390p_init'

parent f4f62301
No related branches found
No related tags found
No related merge requests found
...@@ -337,7 +337,7 @@ static int __init wd_probe1(struct net_device *dev, int ioaddr) ...@@ -337,7 +337,7 @@ static int __init wd_probe1(struct net_device *dev, int ioaddr)
#ifdef CONFIG_NET_POLL_CONTROLLER #ifdef CONFIG_NET_POLL_CONTROLLER
dev->poll_controller = ei_poll; dev->poll_controller = ei_poll;
#endif #endif
NS8390p_init(dev, 0); NS8390_init(dev, 0);
#if 1 #if 1
/* Enable interrupt generation on softconfig cards -- M.U */ /* Enable interrupt generation on softconfig cards -- M.U */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment