commit | 70eb1bfd52e97120eddf9b5aaabfe1ecdf4eb663 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun Nov 23 20:01:59 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 23 20:01:59 2008 -0800 |
tree | e0123387eaea3111876c793da672e96bc09592a1 | |
parent | 6f756a8c36bf54d0afb1d457082b3e3033d951a7 [diff] |
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>