Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e891910 authored by Alan Cox's avatar Alan Cox Committed by Jeff Garzik
Browse files

[netdrvr] wd: fix build breakage with new NS8390p API



From: Alan Cox <alan@redhat.com>

Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent 16d78bc2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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
	NS8390_init(dev, 0);
	NS8390p_init(dev, 0);


#if 1
#if 1
	/* Enable interrupt generation on softconfig cards -- M.U */
	/* Enable interrupt generation on softconfig cards -- M.U */