mirror of
https://github.com/t2linux/kernel.git
synced 2026-04-30 13:48:59 -07:00
03034dbdae
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>