From: Andi Kleen Date: Sat, 8 Feb 2014 08:01:12 +0000 (+0100) Subject: Kbuild, lto: Drop .number postfixes in modpost X-Git-Tag: v3.15-rc1~169^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d02b490e93c199a15b3c4bce1c393588c1300ca;p=pandora-kernel.git Kbuild, lto: Drop .number postfixes in modpost LTO turns all global symbols effectively into statics. This has the side effect that they all have a .NUMBER postfix to make them unique. In modpost drop this postfix because it confuses it. Signed-off-by: Andi Kleen Link: http://lkml.kernel.org/r/1391846481-31491-8-git-send-email-ak@linux.intel.com Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed