[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20081125195400.dbb46066.randy.dunlap@oracle.com>
Date: Tue, 25 Nov 2008 19:54:00 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: netdev <netdev@...r.kernel.org>
Cc: davem@...emloft.net, jgarzik <jgarzik@...ox.com>,
alan@...rguk.ukuu.org.uk
Subject: [PATCH] net: hp-plus uses eip_poll
From: Randy Dunlap <randy.dunlap@...cle.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@...cle.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;
--
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