Skip to content

Commit

Permalink
[netdrvr] fix build issue: undefined reference to `NS8390p_init'
Browse files Browse the repository at this point in the history
Signed-off-by: Alan 'pass the paper bags' Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
  • Loading branch information
Alan Cox authored and Jeff Garzik committed Aug 27, 2008
1 parent f4f6230 commit d3d7b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit d3d7b53

Please sign in to comment.