aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorJames Hogan <james.hogan@imgtec.com>2013-02-13 13:30:15 +0000
committerJames Hogan <james.hogan@imgtec.com>2013-03-02 20:11:16 +0000
commitd7900504480ea9d49a6b5f8811f2678ad08d3255 (patch)
treef2759833b469d4a3aa25984da9d17b4ec8ec15e6 /arch
parent44c2451080ab3896688c852253814f5eabb2ecce (diff)
metag: cleanup metag_ksyms.c includes
Minimise metag_ksyms.c includes to directly include the <asm/*.h> files that declare a particular symbol, and not include any unnecessary ones. Signed-off-by: James Hogan <james.hogan@imgtec.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/metag/kernel/metag_ksyms.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/arch/metag/kernel/metag_ksyms.c b/arch/metag/kernel/metag_ksyms.c
index 87e47769bfe..ec872ef14eb 100644
--- a/arch/metag/kernel/metag_ksyms.c
+++ b/arch/metag/kernel/metag_ksyms.c
@@ -1,12 +1,9 @@
#include <linux/export.h>
-#include <linux/linkage.h>
-#include <linux/string.h>
-#include <linux/mm.h>
-#include <linux/interrupt.h>
-#include <linux/hardirq.h>
-#include <asm/checksum.h>
+#include <asm/div64.h>
#include <asm/ftrace.h>
+#include <asm/page.h>
+#include <asm/string.h>
#include <asm/tbx.h>
EXPORT_SYMBOL(clear_page);