axnet_cs: Fix build after net device ops ne2k conversion.
authorDavid S. Miller <davem@davemloft.net>
Mon, 24 Nov 2008 04:01:59 +0000 (20:01 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Nov 2008 04:01:59 +0000 (20:01 -0800)
commit70eb1bfd52e97120eddf9b5aaabfe1ecdf4eb663
treee0123387eaea3111876c793da672e96bc09592a1
parent6f756a8c36bf54d0afb1d457082b3e3033d951a7
axnet_cs: Fix build after net device ops ne2k conversion.

Commit 4e4fd4e485ad63a9074ff09a9b53ffc7a5c594ec ("ne2k: convert to
net_device_ops") exported some ei_* symbols from the 8390 library,
but the axnet_cs driver defines local static versions of the same
functions.

Rename them to avoid the namespace conflict.

Reported by Stephen Rothwell.

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/pcmcia/axnet_cs.c