diff options
Diffstat (limited to 'lib/bitmap.c')
-rw-r--r-- | lib/bitmap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/bitmap.c b/lib/bitmap.c index 90a683b34075..b5a8b6ad2454 100644 --- a/lib/bitmap.c +++ b/lib/bitmap.c | |||
@@ -5,7 +5,8 @@ | |||
5 | * This source code is licensed under the GNU General Public License, | 5 | * This source code is licensed under the GNU General Public License, |
6 | * Version 2. See the file COPYING for more details. | 6 | * Version 2. See the file COPYING for more details. |
7 | */ | 7 | */ |
8 | #include <linux/module.h> | 8 | #include <linux/export.h> |
9 | #include <linux/thread_info.h> | ||
9 | #include <linux/ctype.h> | 10 | #include <linux/ctype.h> |
10 | #include <linux/errno.h> | 11 | #include <linux/errno.h> |
11 | #include <linux/bitmap.h> | 12 | #include <linux/bitmap.h> |