modpost: remove -s option
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 1 Jun 2020 05:57:22 +0000 (14:57 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 6 Jun 2020 14:38:13 +0000 (23:38 +0900)
commit467b82d7cee4373aa7bc47fd3043e2fa0a3440f5
tree218a2ef7186d8a3cea4e6a4d24f5aced6fe0a251
parent75893572d45399cefbb88443d0878adae9cb0b41
modpost: remove -s option

The -s option was added by commit 8d8d8289df65 ("kbuild: do not do
section mismatch checks on vmlinux in 2nd pass").

Now that the second pass does not parse vmlinux, this option is
unneeded.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/Makefile.modpost
scripts/mod/modpost.c