asm-generic/export.h: remove unneeded __kcrctab_* symbols
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 18 Oct 2019 04:31:48 +0000 (13:31 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 11 Nov 2019 11:10:01 +0000 (20:10 +0900)
commit03034dbdaed8b47282d647c1100dbb0f522798f3
tree54a2371fc99fbfcdf9fe5fdc38be0fe3840b2d12
parenta31ec048ef01a76ff893e0fa482e569d04d0c4b4
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>
include/asm-generic/export.h