]> Pileus Git - ~andy/linux/commit
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)
commitcbeee8c65f39045983f7ce0980254c9d66501af0
tree97f71f44165f530e33aff48068a7cb1b30c7f593
parentf3dfd20860db3d0c400dd83a378176a28d3662db
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>
drivers/net/usb/ax88172a.c