]> git.hungrycats.org Git - linux/commit
modpost: remove MEM_INIT_SECTIONS macro
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 22 Oct 2023 17:06:08 +0000 (02:06 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Dec 2024 09:32:58 +0000 (10:32 +0100)
commit2462732f35f1f2c34fe1aca2749e36707f76c4b6
tree3f575d0d81d9636971eac3bfd30ae8ba446d0ea6
parent95da0b40fa8c4e15dafc5efe38d50c86ff822e5b
modpost: remove MEM_INIT_SECTIONS macro

[ Upstream commit 473a45bb35f080e31cb4fe45e905bfe3bd407fdf ]

ALL_XXXINIT_SECTIONS and MEM_INIT_SECTIONS are the same.
Remove the latter.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Stable-dep-of: bb43a59944f4 ("Rename .data.unlikely to .data..unlikely")
Signed-off-by: Sasha Levin <sashal@kernel.org>
scripts/mod/modpost.c