commit | 03034dbdaed8b47282d647c1100dbb0f522798f3 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Oct 18 13:31:48 2019 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Nov 11 20:10:01 2019 +0900 |
tree | 54a2371fc99fbfcdf9fe5fdc38be0fe3840b2d12 | |
parent | a31ec048ef01a76ff893e0fa482e569d04d0c4b4 [diff] |
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>