net: asix: Staticise non-exported symbols
authorMark Brown <broonie@linaro.org>
Fri, 9 Aug 2013 17:31:21 +0000 (18:31 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Aug 2013 21:13:52 +0000 (14:13 -0700)
Make functions that are only referenced from ops structures static, they
do not need to be in the global namespace and sparse complains about this.

Signed-off-by: Mark Brown <broonie@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found