From: Masahiro Yamada Date: Fri, 18 Oct 2019 04:31:47 +0000 (+0900) Subject: asm-generic/export.h: make __ksymtab_* local symbols X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a31ec048ef01a76ff893e0fa482e569d04d0c4b4;p=openwrt%2Fstaging%2Fblogic.git asm-generic/export.h: make __ksymtab_* local symbols For EXPORT_SYMBOL from C files, defines __ksymtab_* as local symbols. For EXPORT_SYMBOL from assembly, in contrast, produces globally-visible __ksymtab_* symbols due to this .globl directive. I do not know why this must be global. It still works without this. Signed-off-by: Masahiro Yamada --- diff --git a/include/asm-generic/export.h b/include/asm-generic/export.h index fa577978fbbd..80ef2dc0c8be 100644 --- a/include/asm-generic/export.h +++ b/include/asm-generic/export.h @@ -31,7 +31,6 @@ */ .macro ___EXPORT_SYMBOL name,val,sec #ifdef CONFIG_MODULES - .globl __ksymtab_\name .section ___ksymtab\sec+\name,"a" .balign KSYM_ALIGN __ksymtab_\name: