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)
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>

No differences found