From: Rusty Russell Date: Tue, 15 Dec 2009 22:28:13 +0000 (-0600) Subject: x86: don't export inline function X-Git-Tag: v2.6.33-rc1~55^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6428047725d72d63c1d9c4ba852e635e3ffe52a;p=pandora-kernel.git x86: don't export inline function For CONFIG_PARAVIRT, load_gs_index is an inline function (it's #defined to native_load_gs_index otherwise). Exporting an inline function breaks the new assembler-based alphabetical sorted symbol list: Today's linux-next build (x86_64 allmodconfig) failed like this: .tmp_exports-asm.o: In function `__ksymtab_load_gs_index': (__ksymtab_sorted+0x5b40): undefined reference to `load_gs_index' Signed-off-by: Rusty Russell To: x86@kernel.org Cc: alan-jenkins@tuffmail.co.uk --- Reading git-diff-tree failed