[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20080915121601.416f5f78.randy.dunlap@oracle.com>
Date: Mon, 15 Sep 2008 12:16:01 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: netdev <netdev@...r.kernel.org>
Cc: jgarzik <jgarzik@...ox.com>, akpm <akpm@...ux-foundation.org>,
alan@...rguk.ukuu.org.uk
Subject: [PATCH -mm] hp-plus: fix build error
From: Randy Dunlap <randy.dunlap@...cle.com>
Fix hp-plus build error (yet again; will it ever end?):
hp-plus.c:(.init.text+0xa2cd): undefined reference to `NS8390p_init'
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
---
drivers/net/hp-plus.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.27-rc5-mm1.orig/drivers/net/hp-plus.c
+++ linux-2.6.27-rc5-mm1/drivers/net/hp-plus.c
@@ -262,7 +262,7 @@ static int __init hpp_probe1(struct net_
}
outw(Perf_Page, ioaddr + HP_PAGING);
- NS8390p_init(dev, 0);
+ NS8390_init(dev, 0);
/* Leave the 8390 and HP chip reset. */
outw(inw(ioaddr + HPP_OPTION) & ~EnableIRQ, ioaddr + HPP_OPTION);
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists