projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7713cc
)
net: hp-plus uses eip_poll
author
Randy Dunlap
<randy.dunlap@oracle.com>
Wed, 26 Nov 2008 05:05:51 +0000
(21:05 -0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 26 Nov 2008 05:05:51 +0000
(21:05 -0800)
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hp-plus.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/hp-plus.c
b/drivers/net/hp-plus.c
index fbbd3e660c2731800bf6b7e136a62980bc51032f..c01e290d09d28b7e9c1fb240a26a9ba6f92e0900 100644
(file)
--- 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 = ei
p
_poll;
#endif
ei_status.name = name;