mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 03:50:24 +09:00
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>