diff options
Diffstat (limited to 'lib/cpu_rmap.c')
-rw-r--r-- | lib/cpu_rmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cpu_rmap.c b/lib/cpu_rmap.c index 987acfafeb83..145dec5267c9 100644 --- a/lib/cpu_rmap.c +++ b/lib/cpu_rmap.c | |||
@@ -11,7 +11,7 @@ | |||
11 | #ifdef CONFIG_GENERIC_HARDIRQS | 11 | #ifdef CONFIG_GENERIC_HARDIRQS |
12 | #include <linux/interrupt.h> | 12 | #include <linux/interrupt.h> |
13 | #endif | 13 | #endif |
14 | #include <linux/module.h> | 14 | #include <linux/export.h> |
15 | 15 | ||
16 | /* | 16 | /* |
17 | * These functions maintain a mapping from CPUs to some ordered set of | 17 | * These functions maintain a mapping from CPUs to some ordered set of |