net: fix hp-plus build error
authorRandy Dunlap <randy.dunlap@oracle.com>
Fri, 27 Feb 2009 05:02:19 +0000 (21:02 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Feb 2009 05:02:19 +0000 (21:02 -0800)
commit9b58027bc23a73a036877f28422dad7a0a199f95
tree635003d907e54a51e1cf94ee99317838d411f9ef
parent3f53a38131a4e7a053c0aa060aba0411242fb6b9
net: fix hp-plus build error

hp-plus needs to call __alloc_eip_netdev() instead of
__alloc_ei_netdev() since it is linked with 8390p.o.

Fixes this build error:
ERROR: "__alloc_ei_netdev" [drivers/net/hp-plus.ko] undefined!

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hp-plus.c