All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] MIPS: remove duplicated #include
@ 2009-09-27  3:14 Huang Weiyi
  2009-09-28 10:47 ` Ralf Baechle
  0 siblings, 1 reply; 3+ messages in thread
From: Huang Weiyi @ 2009-09-27  3:14 UTC (permalink / raw)
  To: ralf; +Cc: linux-mips, Huang Weiyi

Remove duplicated #include('s) in
  arch/mips/kernel/smp.c

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
---
 arch/mips/kernel/smp.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/mips/kernel/smp.c b/arch/mips/kernel/smp.c
index 4eb106c..09e8dcf 100644
--- a/arch/mips/kernel/smp.c
+++ b/arch/mips/kernel/smp.c
@@ -32,7 +32,6 @@
 #include <linux/cpumask.h>
 #include <linux/cpu.h>
 #include <linux/err.h>
-#include <linux/smp.h>
 
 #include <asm/atomic.h>
 #include <asm/cpu.h>
-- 
1.6.1.3

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

end of thread, other threads:[~2009-09-28 18:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-27  3:14 [PATCH 1/5] MIPS: remove duplicated #include Huang Weiyi
2009-09-28 10:47 ` Ralf Baechle
2009-09-28 18:46   ` Geert Uytterhoeven

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.