1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-03 07:35:31 +03:00
openwrt-xburst/target/linux/brcm63xx/patches-2.6.33/009-fix-double-gpio-registration.patch
florian e89e75277c [brcm63xx] remove mail headers from patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19935 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-01 14:55:34 +00:00

17 lines
472 B
Diff

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(-)
--- a/arch/mips/bcm63xx/gpio.c
+++ b/arch/mips/bcm63xx/gpio.c
@@ -130,5 +130,3 @@ int __init bcm63xx_gpio_init(void)
return gpiochip_add(&bcm63xx_gpio_chip);
}
-
-arch_initcall(bcm63xx_gpio_init);