diff options
Diffstat (limited to 'lib/bsearch.c')
-rw-r--r-- | lib/bsearch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bsearch.c b/lib/bsearch.c index 5b54758e2afb..e33c179089db 100644 --- a/lib/bsearch.c +++ b/lib/bsearch.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * published by the Free Software Foundation; version 2. | 9 | * published by the Free Software Foundation; version 2. |
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include <linux/module.h> | 12 | #include <linux/export.h> |
13 | #include <linux/bsearch.h> | 13 | #include <linux/bsearch.h> |
14 | 14 | ||
15 | /* | 15 | /* |