[brcm63xx] remove mail headers from patches
[openwrt-10.03/.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 diff --git a/arch/mips/bcm63xx/gpio.c b/arch/mips/bcm63xx/gpio.c
10 index 87ca390..3725345 100644
11 --- a/arch/mips/bcm63xx/gpio.c
12 +++ b/arch/mips/bcm63xx/gpio.c
13 @@ -130,5 +130,3 @@ int __init bcm63xx_gpio_init(void)
14  
15         return gpiochip_add(&bcm63xx_gpio_chip);
16  }
17 -
18 -arch_initcall(bcm63xx_gpio_init);
19 -- 
20 1.6.3.3
21
22