From: Andi Kleen Date: Wed, 23 Oct 2013 00:27:58 +0000 (+1030) Subject: asmlinkage, module: Make ksymtab and kcrctab symbols and __this_module __visible X-Git-Tag: v3.13-rc1~83^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0f244c63fc9d192dfd399cc2677bbdca61994b1;p=pandora-kernel.git asmlinkage, module: Make ksymtab and kcrctab symbols and __this_module __visible Make the ksymtab symbols for EXPORT_SYMBOL visible. This prevents the LTO compiler from adding a .NUMBER prefix, which avoids various problems in later export processing. Cc: rusty@rustcorp.com.au Signed-off-by: Andi Kleen Signed-off-by: Rusty Russell --- Reading git-diff-tree failed