aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
diff options
context:
space:
mode:
authorLucas Woods <woodzy@gmail.com>2007-11-06 07:13:47 +1100
committerRalf Baechle <ralf@linux-mips.org>2008-01-29 10:14:56 +0000
commitadfb8998669a77c7942f220adf1c1fe8ced9deb6 (patch)
tree043504dd109b7f151c7ff3e462fe2353f0cf87bf /arch/mips/kernel
parent[MIPS] ARC: Use strchr instead of strstr. (diff)
downloadlinux-dev-adfb8998669a77c7942f220adf1c1fe8ced9deb6.tar.xz
linux-dev-adfb8998669a77c7942f220adf1c1fe8ced9deb6.zip
[MIPS] Remove duplicate includes.
Signed-off-by: Lucas Woods <woodzy@gmail.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel')
-rw-r--r--arch/mips/kernel/rtlx.c1
-rw-r--r--arch/mips/kernel/vpe.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/kernel/rtlx.c b/arch/mips/kernel/rtlx.c
index 1ba00c15505b..0233798f7155 100644
--- a/arch/mips/kernel/rtlx.c
+++ b/arch/mips/kernel/rtlx.c
@@ -40,7 +40,6 @@
#include <asm/atomic.h>
#include <asm/cpu.h>
#include <asm/processor.h>
-#include <asm/mips_mt.h>
#include <asm/system.h>
#include <asm/vpe.h>
#include <asm/rtlx.h>
diff --git a/arch/mips/kernel/vpe.c b/arch/mips/kernel/vpe.c
index c06eb812a95e..eed2dc4273e0 100644
--- a/arch/mips/kernel/vpe.c
+++ b/arch/mips/kernel/vpe.c
@@ -53,7 +53,6 @@
#include <asm/system.h>
#include <asm/vpe.h>
#include <asm/kspd.h>
-#include <asm/mips_mt.h>
typedef void *vpe_handle;