aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/kallsyms.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/kallsyms.c b/scripts/kallsyms.c
index f4b016782f0d..8fa81e84e295 100644
--- a/scripts/kallsyms.c
+++ b/scripts/kallsyms.c
@@ -214,7 +214,6 @@ static int symbol_valid(struct sym_entry *s)
214 NULL }; 214 NULL };
215 215
216 static char *special_suffixes[] = { 216 static char *special_suffixes[] = {
217 "_compiled.", /* gcc < 3.0: "gcc[0-9]_compiled." */
218 "_veneer", /* arm */ 217 "_veneer", /* arm */
219 NULL }; 218 NULL };
220 219