aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-2.6.33/009-fix-double-gpio-registration.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-09-12 21:23:47 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-09-12 21:23:47 +0000
commitdc1302fdf9eb318e81eec25d063017fe01bcc325 (patch)
tree448e40f109b5eb509e0ff7df7bb45d7c7a3a75b9 /target/linux/brcm63xx/patches-2.6.33/009-fix-double-gpio-registration.patch
parent327ac42dcae5f418a2eed8382c74041be77638e2 (diff)
downloadupstream-dc1302fdf9eb318e81eec25d063017fe01bcc325.tar.gz
upstream-dc1302fdf9eb318e81eec25d063017fe01bcc325.tar.bz2
upstream-dc1302fdf9eb318e81eec25d063017fe01bcc325.zip
remove 2.6.33 support
SVN-Revision: 23037
Diffstat (limited to 'target/linux/brcm63xx/patches-2.6.33/009-fix-double-gpio-registration.patch')
-rw-r--r--target/linux/brcm63xx/patches-2.6.33/009-fix-double-gpio-registration.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.33/009-fix-double-gpio-registration.patch b/target/linux/brcm63xx/patches-2.6.33/009-fix-double-gpio-registration.patch
deleted file mode 100644
index 56b44ee1d7..0000000000
--- a/target/linux/brcm63xx/patches-2.6.33/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);