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; Sat, 12 Dec 2009
 09:58:46 -0700
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 nBCGwZ6P020545	for
 <andy.sharp@lsi.com>; Sat, 12 Dec 2009 08:58:37 -0800
Received: from psmtp.com (na3sys009amx258.postini.com [74.125.149.142])	by
 mail1.lsil.com (8.12.11/8.12.11) with SMTP id nBCGwTRm014361	for
 <andy.sharp@lsi.com>; Sat, 12 Dec 2009 08:58:33 -0800 (PST)
Received: from source ([78.24.191.182]) by na3sys009amx258.postini.com
 ([74.125.148.14]) with SMTP;	Sat, 12 Dec 2009 08:58:34 PST
Received: from localhost.localdomain ([127.0.0.1]:35802 "EHLO
        eddie.linux-mips.org" rhost-flags-OK-OK-OK-FAIL)        by
 eddie.linux-mips.org with ESMTP id S1493133AbZLLQ6H (ORCPT
        <rfc822;andy.sharp@lsi.com>); Sat, 12 Dec 2009 17:58:07 +0100
Received: with ECARTIS (v1.0.0; list linux-mips); Sat, 12 Dec 2009 17:57:50
 +0100 (CET)
Received: from zmc.proxad.net ([212.27.53.206]:51622 "EHLO zmc.proxad.net"
        rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP        id
 S1493127AbZLLQ5q (ORCPT <rfc822;linux-mips@linux-mips.org>);        Sat, 12
 Dec 2009 17:57:46 +0100
Received: from localhost (localhost [127.0.0.1])        by zmc.proxad.net
 (Postfix) with ESMTP id F186A341810B;        Sat, 12 Dec 2009 17:57:43 +0100
 (CET)
Received: from zmc.proxad.net ([127.0.0.1])        by localhost
 (zmc.proxad.net [127.0.0.1]) (amavisd-new, port 10024)        with ESMTP id
 icghIFP+iGM6; Sat, 12 Dec 2009 17:57:43 +0100 (CET)
Received: from lenovo.localnet (florian.mimichou.net [88.178.11.95])        by
 zmc.proxad.net (Postfix) with ESMTPSA id 76DFD34180CD;        Sat, 12 Dec
 2009 17:57:43 +0100 (CET)
From: Florian Fainelli <ffainelli@freebox.fr>
To: "linux-mips@linux-mips.org" <linux-mips@linux-mips.org>
CC: "ralf@linux-mips.org" <ralf@linux-mips.org>, Maxime Bizon
	<mbizon@freebox.fr>
Sender: "linux-mips-bounce@linux-mips.org" <linux-mips-bounce@linux-mips.org>
Date: Sat, 12 Dec 2009 09:57:39 -0700
Subject: [PATCH 1/2] bcm63xx: fix tabs/space damaged board_bcm963xx.c
Thread-Topic: [PATCH 1/2] bcm63xx: fix tabs/space damaged board_bcm963xx.c
Thread-Index: Acp7TF6iNFRdvsPwS1SSrapX5/m3ng==
Message-ID: <200912121757.41116.ffainelli@freebox.fr>
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-levels: (S:81.33506/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 <ffainelli@freebox.fr> [22/1] 
x-pstn-neptune: 2/1/0.50/76
x-virus-scanned: amavisd-new at 
user-agent: KMail/1.12.2 (Linux/2.6.30-2-686; KDE/4.3.2; i686; ; )
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0

This patch fixes a board definition which was tabs/space
damaged.

Signed-off-by: Florian Fainelli <ffainelli@freebox.fr>
---
diff --git a/arch/mips/bcm63xx/boards/board_bcm963xx.c b/arch/mips/bcm63xx/=
boards/board_bcm963xx.c
index 78e155d..94c8dd3 100644
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
@@ -347,27 +347,26 @@ static struct board_info __initdata board_96348gw =3D=
 {
 };
=20
 static struct board_info __initdata board_FAST2404 =3D {
-        .name                           =3D "F@ST2404",
-        .expected_cpu_id                =3D 0x6348,
-
-        .has_enet0                      =3D 1,
-        .has_enet1                      =3D 1,
-        .has_pci                        =3D 1,
+	.name				=3D "F@ST2404",
+	.expected_cpu_id		=3D 0x6348,
=20
-        .enet0 =3D {
-                .has_phy                =3D 1,
-                .use_internal_phy       =3D 1,
-        },
+	.has_enet0			=3D 1,
+	.has_enet1			=3D 1,
+	.has_pci			=3D 1,
=20
-        .enet1 =3D {
-                .force_speed_100        =3D 1,
-                .force_duplex_full      =3D 1,
-        },
+	.enet0 =3D {
+		.has_phy		=3D 1,
+		.use_internal_phy	=3D 1,
+	},
=20
+	.enet1 =3D {
+		.force_speed_100	=3D 1,
+		.force_duplex_full	=3D 1,
+	},
=20
-        .has_ohci0 =3D 1,
-        .has_pccard =3D 1,
-        .has_ehci0 =3D 1,
+	.has_ohci0			=3D 1,
+	.has_pccard			=3D 1,
+	.has_ehci0			=3D 1,
 };
=20
 static struct board_info __initdata board_DV201AMR =3D {
--=20

