]> git.baikalelectronics.ru Git - kernel.git/commit
modpost: retrieve the module dependency and CRCs in check_exports()
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 24 Apr 2022 19:07:49 +0000 (04:07 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 7 May 2022 18:16:59 +0000 (03:16 +0900)
commitb31233eb97a938c1c4dab3eced6b882e82198edf
tree9afdb5215fc8b3296d80c478b2298754b0154efe
parent27fec3026369c04fa1b84b604acc35bbcaa16ec9
modpost: retrieve the module dependency and CRCs in check_exports()

Do not repeat the similar code.

It is simpler to do this in check_exports() instead of add_versions().

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
scripts/mod/modpost.c