commit | 1be5fa6c948533bb95ac783010ef686261be5384 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Mon Jun 01 14:57:25 2020 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Sat Jun 06 23:38:13 2020 +0900 |
tree | a749cb26672b6a7914684d4a28ba961830dba857 | |
parent | 3379576dd6e708f66498d49b4cec5f9b198791a0 [diff] |
modpost: remove is_vmlinux() call in check_for_{gpl_usage,unused}() check_exports() is never called for vmlinux because mod->skip is set for vmlinux. Hence, check_for_gpl_usage() and check_for_unused() are not called for vmlinux, either. is_vmlinux() is always false here. Remove the is_vmlinux() calls, and hard-code the ".ko" suffix. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>