diff options
Diffstat (limited to 'scripts')
-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 15ab5d02e80a..82e019bf2dc5 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c | |||
@@ -595,6 +595,7 @@ static int secref_whitelist(const char *modname, const char *tosec, | |||
595 | "_ops", | 595 | "_ops", |
596 | "_probe", | 596 | "_probe", |
597 | "_probe_one", | 597 | "_probe_one", |
598 | "_console", | ||
598 | NULL | 599 | NULL |
599 | }; | 600 | }; |
600 | 601 | ||