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 628f393ecaa6..4ab36de45aa2 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c | |||
@@ -657,6 +657,7 @@ static int secref_whitelist(const char *modname, const char *tosec, | |||
657 | "_probe", | 657 | "_probe", |
658 | "_probe_one", | 658 | "_probe_one", |
659 | "_console", | 659 | "_console", |
660 | "apic_es7000", | ||
660 | NULL | 661 | NULL |
661 | }; | 662 | }; |
662 | 663 | ||