mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 00:51:35 +00:00
asm-generic/export.h: remove unneeded __kcrctab_* symbols
EXPORT_SYMBOL from assembly code produces an unused symbol __kcrctab_*. kcrctab is used as a section name (prefixed with three underscores), but never used as a symbol. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
a31ec048ef
commit
03034dbdae
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ __kstrtab_\name:
|
||||||
#ifdef CONFIG_MODVERSIONS
|
#ifdef CONFIG_MODVERSIONS
|
||||||
.section ___kcrctab\sec+\name,"a"
|
.section ___kcrctab\sec+\name,"a"
|
||||||
.balign KCRC_ALIGN
|
.balign KCRC_ALIGN
|
||||||
__kcrctab_\name:
|
|
||||||
#if defined(CONFIG_MODULE_REL_CRCS)
|
#if defined(CONFIG_MODULE_REL_CRCS)
|
||||||
.long __crc_\name - .
|
.long __crc_\name - .
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue