]> git.ipfire.org Git - thirdparty/kmod.git/commit
build: remove private symbol from linker script
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 11 May 2012 00:11:27 +0000 (21:11 -0300)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 11 May 2012 00:11:27 +0000 (21:11 -0300)
commit96253751ae9533e301375b9707670e8f89ae9d3c
treea2508dbdb7f7e237c0a2d886baf8bea2e32f10f1
parent719282889a66c72095dc40500c48501a9e47c0f6
build: remove private symbol from linker script

There's no reason kmod_log should be exported, remove it from linker
script. This doesn't break the API/ABI because we are luck: since the
function had visibility=hidden it was not getting exported as a global
symbol.
libkmod/libkmod.sym