aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mod/modpost.c
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mod/modpost.c')
-rw-r--r--scripts/mod/modpost.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
index 04579a517900..5ab7914d30ef 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -1076,6 +1076,7 @@ static int initexit_section_ref_ok(const char *name)
1076 ".plt", /* seen on ARCH=um build on x86_64. Harmless */ 1076 ".plt", /* seen on ARCH=um build on x86_64. Harmless */
1077 ".smp_locks", 1077 ".smp_locks",
1078 ".stab", 1078 ".stab",
1079 ".m68k_fixup",
1079 NULL 1080 NULL
1080 }; 1081 };
1081 /* Start of section names */ 1082 /* Start of section names */