Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 97befcf4 authored by Maxime Bizon's avatar Maxime Bizon Committed by Ralf Baechle
Browse files

MIPS: BCM63xx: Fix double gpio registration.



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: default avatarMaxime 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: default avatarRalf Baechle <ralf@linux-mips.org>
parent f29b7cac
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -130,5 +130,3 @@ int __init bcm63xx_gpio_init(void)

	return gpiochip_add(&bcm63xx_gpio_chip);
}

arch_initcall(bcm63xx_gpio_init);