diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mod/modpost.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index 94047bc99961..a70f5ddb705c 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c | |||
@@ -822,6 +822,7 @@ static int init_section_ref_ok(const char *name) | |||
822 | ".pdr", | 822 | ".pdr", |
823 | "__param", | 823 | "__param", |
824 | ".smp_locks", | 824 | ".smp_locks", |
825 | ".plt", /* seen on ARCH=um build on x86_64. Harmless */ | ||
825 | NULL | 826 | NULL |
826 | }; | 827 | }; |
827 | /* Start of section names */ | 828 | /* Start of section names */ |
@@ -894,6 +895,7 @@ static int exit_section_ref_ok(const char *name) | |||
894 | ".eh_frame", | 895 | ".eh_frame", |
895 | ".stab", | 896 | ".stab", |
896 | ".smp_locks", | 897 | ".smp_locks", |
898 | ".plt", /* seen on ARCH=um build on x86_64. Harmless */ | ||
897 | NULL | 899 | NULL |
898 | }; | 900 | }; |
899 | /* Start of section names */ | 901 | /* Start of section names */ |