[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200809222110.m8MLAOQQ029900@imap1.linux-foundation.org>
Date: Mon, 22 Sep 2008 14:10:24 -0700
From: akpm@...ux-foundation.org
To: jeff@...zik.org
Cc: netdev@...r.kernel.org, akpm@...ux-foundation.org,
randy.dunlap@...cle.com
Subject: [patch for 2.6.27? 09/10] drivers/net/hp-plus.c: 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>
Cc: Jeff Garzik <jeff@...zik.org>
Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
---
drivers/net/hp-plus.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN drivers/net/hp-plus.c~drivers-net-hp-plusc-fix-build-error drivers/net/hp-plus.c
--- a/drivers/net/hp-plus.c~drivers-net-hp-plusc-fix-build-error
+++ a/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