modpost: remove ALL_EXIT_DATA_SECTIONS macro
[ Upstream commit3ada34b0f6] This is unused. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Stable-dep-of:bb43a59944("Rename .data.unlikely to .data..unlikely") Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
4151b8e1fc
commit
db5647420f
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user