Skip to content

Commit

Permalink
asm-generic/export.h: remove unneeded __kcrctab_* symbols
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
masahir0y committed Nov 11, 2019
1 parent a31ec04 commit 03034db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/asm-generic/export.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ __kstrtab_\name:
#ifdef CONFIG_MODVERSIONS
.section ___kcrctab\sec+\name,"a"
.balign KCRC_ALIGN
__kcrctab_\name:
#if defined(CONFIG_MODULE_REL_CRCS)
.long __crc_\name - .
#else
Expand Down

0 comments on commit 03034db

Please sign in to comment.