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, 30 Jan 2010
 10:36:49 -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 o0UHanQk020521	for
 <andy.sharp@lsi.com>; Sat, 30 Jan 2010 09:36:49 -0800
Received: from psmtp.com (na3sys009amx253.postini.com [74.125.149.137])	by
 mail1.lsil.com (8.12.11/8.12.11) with SMTP id o0UHallK016108	for
 <andy.sharp@lsi.com>; Sat, 30 Jan 2010 09:36:47 -0800 (PST)
Received: from source ([78.24.191.182]) by na3sys009amx253.postini.com
 ([74.125.148.14]) with SMTP;	Sat, 30 Jan 2010 09:36:47 PST
Received: from localhost.localdomain ([127.0.0.1]:37132 "EHLO
        eddie.linux-mips.org" rhost-flags-OK-OK-OK-FAIL)        by
 eddie.linux-mips.org with ESMTP id S1492196Ab0A3Rgq (ORCPT
        <rfc822;andy.sharp@lsi.com>); Sat, 30 Jan 2010 18:36:46 +0100
Received: with ECARTIS (v1.0.0; list linux-mips); Sat, 30 Jan 2010 18:36:27
 +0100 (CET)
Received: from sakura.staff.proxad.net ([213.228.1.107]:53010 "EHLO
        sakura.staff.proxad.net" rhost-flags-OK-OK-OK-OK)        by
 eddie.linux-mips.org with ESMTP id S1492994Ab0A3RfM (ORCPT
        <rfc822;linux-mips@linux-mips.org>); Sat, 30 Jan 2010 18:35:12 +0100
Received: by sakura.staff.proxad.net (Postfix, from userid 1000)        id
 30AA6551082; Sat, 30 Jan 2010 18:35:12 +0100 (CET)
From: Maxime Bizon <mbizon@freebox.fr>
To: "linux-mips@linux-mips.org" <linux-mips@linux-mips.org>,
	"ralf@linux-mips.org" <ralf@linux-mips.org>
CC: Maxime Bizon <mbizon@freebox.fr>
Sender: "linux-mips-bounce@linux-mips.org" <linux-mips-bounce@linux-mips.org>
Date: Sat, 30 Jan 2010 10:34:54 -0700
Subject: [PATCH 3/7] MIPS: bcm63xx: fix double gpio registration.
Thread-Topic: [PATCH 3/7] MIPS: bcm63xx: fix double gpio registration.
Thread-Index: Acqh0s2EMAan8NjMTyuMtvw5Pkz5Qw==
Message-ID: <1264872898-28149-4-git-send-email-mbizon@freebox.fr>
References: <1264872898-28149-1-git-send-email-mbizon@freebox.fr>
In-Reply-To: <1264872898-28149-1-git-send-email-mbizon@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:99.90000/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 <mbizon@freebox.fr> [22/1] 
x-pstn-neptune: 0/0/0.00/0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0

bcm63xx_gpio_init is already called from prom_init to allow board to
use them early, so we can remove the unneeded arch_initcall.

Signed-off-by: Maxime Bizon <mbizon@freebox.fr>
---
 arch/mips/bcm63xx/gpio.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/arch/mips/bcm63xx/gpio.c b/arch/mips/bcm63xx/gpio.c
index 87ca390..3725345 100644
--- a/arch/mips/bcm63xx/gpio.c
+++ b/arch/mips/bcm63xx/gpio.c
@@ -130,5 +130,3 @@ int __init bcm63xx_gpio_init(void)
=20
 	return gpiochip_add(&bcm63xx_gpio_chip);
 }
-
-arch_initcall(bcm63xx_gpio_init);
--=20
1.6.3.3


