All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 04/12] arch/mips: Remove duplicate includes.
@ 2007-11-05 20:13 Lucas Woods
  2007-11-06  0:02 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Lucas Woods @ 2007-11-05 20:13 UTC (permalink / raw)
  To: kernel-janitors


Signed-off-by: Lucas Woods <woodzy@gmail.com>
---
 arch/mips/kernel/rtlx.c |    1 -
 arch/mips/kernel/vpe.c  |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/arch/mips/kernel/rtlx.c b/arch/mips/kernel/rtlx.c
index 1ba00c1..0233798 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 436a64f..adbe62f 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;
 
-- 



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-11-06  0:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-05 20:13 [PATCH 04/12] arch/mips: Remove duplicate includes Lucas Woods
2007-11-06  0:02 ` Ralf Baechle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.