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

This is unused.

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

index 828d5cc367169f9b16417ee965554f68517cb97e..f6cbf70e455eebe02ba1080833cc398d41f709d3 100644 (file)
@@ -794,8 +794,6 @@ static void check_section(const char *modname, struct elf_info *elf,
 #define ALL_INIT_DATA_SECTIONS \
        ".init.setup", ".init.rodata", ".meminit.rodata", \
        ".init.data", ".meminit.data"
-#define ALL_EXIT_DATA_SECTIONS \
-       ".exit.data", ".memexit.data"
 
 #define ALL_INIT_TEXT_SECTIONS \
        ".init.text", ".meminit.text"