From: David S. Miller Date: Mon, 24 Nov 2008 04:01:59 +0000 (-0800) Subject: axnet_cs: Fix build after net device ops ne2k conversion. X-Git-Tag: v2.6.29-rc1~581^2~527 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70eb1bfd52e97120eddf9b5aaabfe1ecdf4eb663;p=pandora-kernel.git 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 --- Reading git-diff-tree failed