]> git.baikalelectronics.ru Git - kernel.git/commit
modpost: move unresolved symbol checks to check_exports()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 23 Nov 2018 07:57:23 +0000 (16:57 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 1 Dec 2018 13:21:59 +0000 (22:21 +0900)
commit1e6f3c5543c3a4b53a357f37cf62e3e62060cd91
tree446f12fda5eee1da89795e7c821d5d34851da5ca
parentc40e81788c1f8e6f8f8c39d3e4f201661afc80dd
modpost: move unresolved symbol checks to check_exports()

This will fit better in check_exports() than add_versions().

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/mod/modpost.c