Skip to content

Commit 3ada34b

Browse files
committed
modpost: remove ALL_EXIT_DATA_SECTIONS macro
This is unused. Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 1b1595c commit 3ada34b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/mod/modpost.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -794,8 +794,6 @@ static void check_section(const char *modname, struct elf_info *elf,
794794
#define ALL_INIT_DATA_SECTIONS \
795795
".init.setup", ".init.rodata", ".meminit.rodata", \
796796
".init.data", ".meminit.data"
797-
#define ALL_EXIT_DATA_SECTIONS \
798-
".exit.data", ".memexit.data"
799797

800798
#define ALL_INIT_TEXT_SECTIONS \
801799
".init.text", ".meminit.text"

0 commit comments

Comments
 (0)