]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbcfb8f6e07061f78ffff26922495552d16e2779a
treee0123387eaea3111876c793da672e96bc09592a1
parentbeb8c1fb76972c98928c3172cdc7c302e661ade0
axnet_cs: Fix build after net device ops ne2k conversion.

Commit cff588f975fb1af75edabd6124fecff38dcbe432 ("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