All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: includecheck fix: smp.c
@ 2009-09-22 13:29 Jaswinder Singh Rajput
  2009-09-23  9:11 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Jaswinder Singh Rajput @ 2009-09-22 13:29 UTC (permalink / raw)
  To: Ralf Baechle, linux-mips, LKML


fix the following 'make includecheck' warning:

  arch/mips/kernel/smp.c: linux/smp.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@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 64668a9..119a95e 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.0.6



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

* Re: [PATCH] MIPS: includecheck fix: smp.c
  2009-09-22 13:29 [PATCH] MIPS: includecheck fix: smp.c Jaswinder Singh Rajput
@ 2009-09-23  9:11 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2009-09-23  9:11 UTC (permalink / raw)
  To: Jaswinder Singh Rajput; +Cc: linux-mips, LKML

On Tue, Sep 22, 2009 at 06:59:27PM +0530, Jaswinder Singh Rajput wrote:

> fix the following 'make includecheck' warning:
> 
>   arch/mips/kernel/smp.c: linux/smp.h is included more than once.
> 
> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>

I've already merged a patch which didn't yet make it to kernel.org for this 
issue a few days ago.

Thanks anyway!

  Ralf

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

end of thread, other threads:[~2009-09-23  9:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-22 13:29 [PATCH] MIPS: includecheck fix: smp.c Jaswinder Singh Rajput
2009-09-23  9:11 ` 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.