]> Pileus Git - ~andy/linux/commitdiff
MIPS: BCM63xx: Fix double gpio registration.
authorMaxime Bizon <mbizon@freebox.fr>
Sat, 30 Jan 2010 17:34:54 +0000 (18:34 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 12 Apr 2010 16:26:17 +0000 (17:26 +0100)
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>
To: linux-mips@linux-mips.org
Cc: Maxime Bizon <mbizon@freebox.fr>
Patchwork: http://patchwork.linux-mips.org/patch/899/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/bcm63xx/gpio.c

index 87ca39046334444b3ad43885bdfa84f14658b002..37253452d39601ba853e96dc6afb812867b0d828 100644 (file)
@@ -130,5 +130,3 @@ int __init bcm63xx_gpio_init(void)
 
        return gpiochip_add(&bcm63xx_gpio_chip);
 }
-
-arch_initcall(bcm63xx_gpio_init);