]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[netdrvr] wd: fix build breakage with new NS8390p API
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Tue, 8 Jul 2008 18:35:13 +0000 (19:35 +0100)
committerJeff Garzik <jgarzik@redhat.com>
Wed, 30 Jul 2008 08:48:22 +0000 (04:48 -0400)
From: Alan Cox <alan@redhat.com>

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/wd.c

index fa14255282afe96770d5b44cc887fbaba22814df..6f9aa1643743ebca435def239abd16c13f86ffde 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
-       NS8390_init(dev, 0);
+       NS8390p_init(dev, 0);
 
 #if 1
        /* Enable interrupt generation on softconfig cards -- M.U */