diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2020-06-01 14:57:25 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2020-06-06 23:38:13 +0900 |
commit | 1be5fa6c948533bb95ac783010ef686261be5384 (patch) | |
tree | a749cb26672b6a7914684d4a28ba961830dba857 /lib | |
parent | 3379576dd6e708f66498d49b4cec5f9b198791a0 (diff) | |
download | linux-1be5fa6c948533bb95ac783010ef686261be5384.tar.bz2 |
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>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions