modpost: remove .symbol_white_list field entirely
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 1 Aug 2022 09:39:02 +0000 (18:39 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 4 Aug 2022 11:32:13 +0000 (20:32 +0900)
commit672fb6740cbfde34f4d367ffa3c939b608a927e1
treef6cb2cafd52ed58c265622b6095c6f8d0a366f88
parent1560cb0e186e83f0572a84d22e139c100060905c
modpost: remove .symbol_white_list field entirely

It is not so useful to have symbol whitelists in arrays. With this
over-engineering, the code is difficult to follow.

Let's do it more directly, and collect the relevant code to one place.

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