Commit 3ada34b0 authored by Masahiro Yamada's avatar Masahiro Yamada

modpost: remove ALL_EXIT_DATA_SECTIONS macro

This is unused.
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 1b1595cd
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment