netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: hp-plus uses eip_poll
@ 2008-11-26  3:54 Randy Dunlap
  2008-11-26  5:05 ` David Miller
  0 siblings, 1 reply; 6+ messages in thread
From: Randy Dunlap @ 2008-11-26  3:54 UTC (permalink / raw)
  To: netdev; +Cc: davem, jgarzik, alan

From: Randy Dunlap <randy.dunlap@oracle.com>

hp-plus uses 8390p.c, so it should use eip_poll(), not ei_poll().

drivers/built-in.o: In function `hpp_probe1':
hp-plus.c:(.init.text+0x9cbd): undefined reference to `ei_poll'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 drivers/net/hp-plus.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20081125.orig/drivers/net/hp-plus.c
+++ linux-next-20081125/drivers/net/hp-plus.c
@@ -229,7 +229,7 @@ static int __init hpp_probe1(struct net_
 	dev->open = &hpp_open;
 	dev->stop = &hpp_close;
 #ifdef CONFIG_NET_POLL_CONTROLLER
-	dev->poll_controller = ei_poll;
+	dev->poll_controller = eip_poll;
 #endif
 
 	ei_status.name = name;

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-11-27  8:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-26  3:54 [PATCH] net: hp-plus uses eip_poll Randy Dunlap
2008-11-26  5:05 ` David Miller
2008-11-26  5:43   ` Randy Dunlap
2008-11-26  5:49     ` David Miller
2008-11-26  6:03       ` Randy Dunlap
2008-11-27  8:26         ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).