[brcm63xx] refresh 2.6.32 patches, fix livebox support (#6821)
[openwrt/svn-archive/archive.git] / target / linux / brcm63xx / patches-2.6.32 / 009-fix-double-gpio-registration.patch
1 bcm63xx_gpio_init is already called from prom_init to allow board to
2 use them early, so we can remove the unneeded arch_initcall.
3
4 Signed-off-by: Maxime Bizon <mbizon@freebox.fr>
5 ---
6 arch/mips/bcm63xx/gpio.c | 2 --
7 1 files changed, 0 insertions(+), 2 deletions(-)
8
9 --- a/arch/mips/bcm63xx/gpio.c
10 +++ b/arch/mips/bcm63xx/gpio.c
11 @@ -130,5 +130,3 @@ int __init bcm63xx_gpio_init(void)
12
13 return gpiochip_add(&bcm63xx_gpio_chip);
14 }
15 -
16 -arch_initcall(bcm63xx_gpio_init);