commit | cbeee8c65f39045983f7ce0980254c9d66501af0 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Fri Aug 09 18:31:21 2013 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 13 14:13:52 2013 -0700 |
tree | 97f71f44165f530e33aff48068a7cb1b30c7f593 | |
parent | f3dfd20860db3d0c400dd83a378176a28d3662db [diff] |
net: asix: Staticise non-exported symbols 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>