[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1253626167.3784.15.camel@ht.satnam>
Date: Tue, 22 Sep 2009 18:59:27 +0530
From: Jaswinder Singh Rajput <jaswinder@...nel.org>
To: Ralf Baechle <ralf@...ux-mips.org>,
linux-mips <linux-mips@...ux-mips.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH] MIPS: includecheck fix: smp.c
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@...il.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists