git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3dfd20
)
net: asix: Staticise non-exported symbols
author
Mark Brown
<broonie@linaro.org>
Fri, 9 Aug 2013 17:31:21 +0000
(18:31 +0100)
committer
David 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