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:28:54 -0600
Received: from mail1.lsil.com (mail1.lsil.com [147.145.40.21])	by
 milmhbs1.lsil.com (8.12.11/8.12.11) with ESMTP id n8MDSfVc023845	for
 <andy.sharp@lsi.com>; Tue, 22 Sep 2009 06:28:44 -0700
Received: from psmtp.com (na3sys009amx188.postini.com [74.125.149.169])	by
 mail1.lsil.com (8.12.11/8.12.11) with SMTP id n8MDSOIg013694	for
 <andy.sharp@lsi.com>; Tue, 22 Sep 2009 06:28:40 -0700 (PDT)
Received: from source ([78.24.191.182]) by na3sys009amx188.postini.com
 ([74.125.148.14]) with SMTP;	Tue, 22 Sep 2009 09:28:41 EDT
Received: from localhost.localdomain ([127.0.0.1]:53633 "EHLO
	eddie.linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by ftp.linux-mips.org	with
 ESMTP id S1492715AbZIVN1z (ORCPT <rfc822;andy.sharp@lsi.com>);	Tue, 22 Sep
 2009 15:27:55 +0200
Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 22 Sep 2009 15:27:37
 +0200 (CEST)
Received: from hera.kernel.org ([140.211.167.34]:51922 "EHLO hera.kernel.org"
	rhost-flags-OK-OK-OK-OK) by ftp.linux-mips.org with ESMTP	id S1492616AbZIVN1a
 (ORCPT <rfc822;linux-mips@linux-mips.org>);	Tue, 22 Sep 2009 15:27: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 n8MDRCIs016616	(version=TLSv1/SSLv3
 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO);	Tue, 22 Sep 2009 13:27:15
 GMT
From: Jaswinder Singh Rajput <jaswinder@kernel.org>
To: Ralf Baechle <ralf@linux-mips.org>, Florian Fainelli
	<florian@openwrt.org>, Maxime Bizon <mbizon@freebox.fr>, 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:27:17 -0600
Subject: [PATCH] MIPS: includecheck fix: bcm63xx, board_bcm963xx.c
Thread-Topic: [PATCH] MIPS: includecheck fix: bcm63xx, board_bcm963xx.c
Thread-Index: Aco7iLhRQvnMRIW7TN+S3X+qnpLHpw==
Message-ID: <1253626037.3784.13.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: 1/1/1.00/83
x-pstn-levels: (S:43.52231/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: 24067
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/bcm63xx/boards/board_bcm963xx.c: bcm63xx_board.h is included mo=
re than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
---
 arch/mips/bcm63xx/boards/board_bcm963xx.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/mips/bcm63xx/boards/board_bcm963xx.c b/arch/mips/bcm63xx/=
boards/board_bcm963xx.c
index fd77f54..12add0c 100644
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
@@ -20,7 +20,6 @@
 #include <bcm63xx_cpu.h>
 #include <bcm63xx_regs.h>
 #include <bcm63xx_io.h>
-#include <bcm63xx_board.h>
 #include <bcm63xx_dev_pci.h>
 #include <bcm63xx_dev_enet.h>
 #include <bcm63xx_dev_dsp.h>
--=20
1.6.0.6



