mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
[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>
This commit is contained in:
parent
f4f62301c6
commit
d3d7b53d1a
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user