modpost: remove *_sections[] arrays
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 21 May 2023 16:04:23 +0000 (01:04 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 28 May 2023 11:40:17 +0000 (20:40 +0900)
commit1df380ff3018521bd1b129dff60984b61ade8cee
tree43ac29a6232bf82d99dad99e2b6d0f375966109c
parentabc23979ac90396c5a5dff03dcea198b5bd0c50d
modpost: remove *_sections[] arrays

Use PATTERNS() macros to remove unneeded array definitions.

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