[PATCH -mm] hp-plus: fix build error
From: Randy Dunlap <hidden>
Date: 2008-09-15 19:16:47
From: Randy Dunlap <hidden>
Date: 2008-09-15 19:16:47
From: Randy Dunlap <redacted> 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 <redacted> --- 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);