diff options
Diffstat (limited to 'scripts/mod/modpost.c')
-rw-r--r-- | scripts/mod/modpost.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index 4dedd0d3d3a7..30d752a4a6a6 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c | |||
@@ -854,6 +854,7 @@ static const char *const section_white_list[] = | |||
854 | ".cmem*", /* EZchip */ | 854 | ".cmem*", /* EZchip */ |
855 | ".fmt_slot*", /* EZchip */ | 855 | ".fmt_slot*", /* EZchip */ |
856 | ".gnu.lto*", | 856 | ".gnu.lto*", |
857 | ".discard.*", | ||
857 | NULL | 858 | NULL |
858 | }; | 859 | }; |
859 | 860 | ||