Received: from milmhbs1.lsil.com (147.145.21.209) by coscas01.lsi.com
 (172.21.36.60) with Microsoft SMTP Server id 8.1.393.1; Tue, 22 Sep 2009
 07:29:58 -0600
Received: from mail2.lsil.com (mail2.lsil.com [147.145.40.22])	by
 milmhbs1.lsil.com (8.12.11/8.12.11) with ESMTP id n8MDTxq6024002	for
 <andy.sharp@lsi.com>; Tue, 22 Sep 2009 06:29:59 -0700
Received: from psmtp.com (na3sys009amx209.postini.com [74.125.149.49])	by
 mail2.lsil.com (8.12.11/8.12.11) with SMTP id n8MDQXom000434	for
 <andy.sharp@lsi.com>; Tue, 22 Sep 2009 06:26:34 -0700 (PDT)
Received: from source ([78.24.191.182]) by na3sys009amx209.postini.com
 ([74.125.148.14]) with SMTP;	Tue, 22 Sep 2009 09:29:57 EDT
Received: from localhost.localdomain ([127.0.0.1]:53849 "EHLO
	eddie.linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by ftp.linux-mips.org	with
 ESMTP id S1492616AbZIVN3y (ORCPT <rfc822;andy.sharp@lsi.com>);	Tue, 22 Sep
 2009 15:29:54 +0200
Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 22 Sep 2009 15:29:36
 +0200 (CEST)
Received: from hera.kernel.org ([140.211.167.34]:51977 "EHLO hera.kernel.org"
	rhost-flags-OK-OK-OK-OK) by ftp.linux-mips.org with ESMTP	id S1492719AbZIVN3a
 (ORCPT <rfc822;linux-mips@linux-mips.org>);	Tue, 22 Sep 2009 15:29:30 +0200
Received: from [192.168.1.220] (triband-del-59.180.23.123.bol.net.in
 [59.180.23.123] (may be forged))	(authenticated bits=0)	by hera.kernel.org
 (8.14.2/8.13.8) with ESMTP id n8MDTLQU017190	(version=TLSv1/SSLv3
 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO);	Tue, 22 Sep 2009 13:29:26
 GMT
From: Jaswinder Singh Rajput <jaswinder@kernel.org>
To: Ralf Baechle <ralf@linux-mips.org>, linux-mips
	<linux-mips@linux-mips.org>, LKML <linux-kernel@vger.kernel.org>
Sender: "linux-mips-bounce@linux-mips.org" <linux-mips-bounce@linux-mips.org>
Date: Tue, 22 Sep 2009 07:29:27 -0600
Subject: [PATCH] MIPS: includecheck fix: smp.c
Thread-Topic: [PATCH] MIPS: includecheck fix: smp.c
Thread-Index: Aco7iMhNIQQM0NlCQNaDz5wYJo97xg==
Message-ID: <1253626167.3784.15.camel@ht.satnam>
Accept-Language: en-US
Content-Language: en-US
X-MS-Exchange-Organization-AuthAs: Anonymous
X-MS-Exchange-Organization-AuthSource: coscas01.lsi.com
X-MS-Has-Attach:
X-Auto-Response-Suppress: All
X-MS-TNEF-Correlator:
x-scanned-by: MIMEDefang 2.39
errors-to: linux-mips-bounce@linux-mips.org
x-pstn-neptune: 0/0/0.00/0
x-pstn-levels: (S:56.29660/99.90000 CV:99.9000 FC:95.5390 LC:95.5390
 R:95.9108 P:95.9108 M:97.0282 C:98.6951 )
x-pstn-settings: 3 (1.0000:1.0000) s cv gt3 gt2 gt1 r p m c 
x-pstn-addresses: from <jaswinder@kernel.org> [db-null] 
x-virus-scanned: ClamAV 0.93.3/9821/Mon Sep 21 23:48:15 2009 on
 hera.kernel.org
x-virus-status: Clean
x-archive-position: 24068
x-ecartis-version: Ecartis v1.0.0
x-original-sender: jaswinder@kernel.org
x-list: linux-mips
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0


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>
=20
 #include <asm/atomic.h>
 #include <asm/cpu.h>
--=20
1.6.0.6



