diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-10-17 16:32:35 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-10-17 16:32:35 +0000 |
commit | 9d9e3fed628d7da86297e7e92f42b0d23d0d3ccb (patch) | |
tree | 64abf1413dc6111fe0969676611a147e2e4ac1db /target/linux/brcm63xx/patches-2.6.32/009-fix-double-gpio-registration.patch | |
parent | a1ea84dbb6e24c42fba65a0e0ee5b1c39c11a481 (diff) | |
download | upstream-9d9e3fed628d7da86297e7e92f42b0d23d0d3ccb.tar.gz upstream-9d9e3fed628d7da86297e7e92f42b0d23d0d3ccb.tar.bz2 upstream-9d9e3fed628d7da86297e7e92f42b0d23d0d3ccb.zip |
remove 2.6.32 support
SVN-Revision: 23505
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.patch | 16 |
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 56b44ee1d7..0000000000 --- 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); |