From: Randy Dunlap Date: Wed, 26 Nov 2008 05:05:51 +0000 (-0800) Subject: net: hp-plus uses eip_poll X-Git-Tag: v2.6.28-rc8~73^2~9 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1d71da164d7fb40fac72c0406a4a531265916fc8;p=karo-tx-linux.git net: hp-plus uses eip_poll 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 Signed-off-by: David S. Miller --- diff --git a/drivers/net/hp-plus.c b/drivers/net/hp-plus.c index fbbd3e660c27..c01e290d09d2 100644 --- a/drivers/net/hp-plus.c +++ b/drivers/net/hp-plus.c @@ -230,7 +230,7 @@ static int __init hpp_probe1(struct net_device *dev, int ioaddr) 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;