diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/metag/kernel/metag_ksyms.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/arch/metag/kernel/metag_ksyms.c b/arch/metag/kernel/metag_ksyms.c index 87e47769bfe6..ec872ef14eb1 100644 --- a/arch/metag/kernel/metag_ksyms.c +++ b/arch/metag/kernel/metag_ksyms.c | |||
@@ -1,12 +1,9 @@ | |||
1 | #include <linux/export.h> | 1 | #include <linux/export.h> |
2 | #include <linux/linkage.h> | ||
3 | #include <linux/string.h> | ||
4 | #include <linux/mm.h> | ||
5 | #include <linux/interrupt.h> | ||
6 | #include <linux/hardirq.h> | ||
7 | 2 | ||
8 | #include <asm/checksum.h> | 3 | #include <asm/div64.h> |
9 | #include <asm/ftrace.h> | 4 | #include <asm/ftrace.h> |
5 | #include <asm/page.h> | ||
6 | #include <asm/string.h> | ||
10 | #include <asm/tbx.h> | 7 | #include <asm/tbx.h> |
11 | 8 | ||
12 | EXPORT_SYMBOL(clear_page); | 9 | EXPORT_SYMBOL(clear_page); |