summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-2.6.32/009-fix-double-gpio-registration.patch
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-10-17 16:32:35 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-10-17 16:32:35 +0000
commitaed7a79e1110803f56d0d24ecf2a364927370636 (patch)
treea86c6e1d8bf72ca39a89297f42574d2c94e97169 /target/linux/brcm63xx/patches-2.6.32/009-fix-double-gpio-registration.patch
parentf8c314a2455ed986b8d73d1aa7cb61a1448f4077 (diff)
[brcm63xx] remove 2.6.32 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23505 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-2.6.32/009-fix-double-gpio-registration.patch')
-rw-r--r--target/linux/brcm63xx/patches-2.6.32/009-fix-double-gpio-registration.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.32/009-fix-double-gpio-registration.patch b/target/linux/brcm63xx/patches-2.6.32/009-fix-double-gpio-registration.patch
deleted file mode 100644
index 56b44ee1d..000000000
--- a/target/linux/brcm63xx/patches-2.6.32/009-fix-double-gpio-registration.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-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);