aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/mod/modpost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
index 6a925f200b25..22dbc604cdb9 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -876,7 +876,7 @@ static void check_section(const char *modname, struct elf_info *elf,
876#define TEXT_SECTIONS ".text", ".text.unlikely", ".sched.text", \ 876#define TEXT_SECTIONS ".text", ".text.unlikely", ".sched.text", \
877 ".kprobes.text" 877 ".kprobes.text"
878#define OTHER_TEXT_SECTIONS ".ref.text", ".head.text", ".spinlock.text", \ 878#define OTHER_TEXT_SECTIONS ".ref.text", ".head.text", ".spinlock.text", \
879 ".fixup", ".entry.text", ".text.fixup", ".exception.text" 879 ".fixup", ".entry.text", ".exception.text", ".text.*"
880 880
881#define INIT_SECTIONS ".init.*" 881#define INIT_SECTIONS ".init.*"
882#define MEM_INIT_SECTIONS ".meminit.*" 882#define MEM_INIT_SECTIONS ".meminit.*"