diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2012-08-05 12:40:05 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2012-08-05 12:40:05 +0000 |
commit | 3b5a66a3de59a39e1086a5f2335bdc1f9735eb41 (patch) | |
tree | c7f897b353876662d21fca441d99062cb306c056 /target/linux/brcm47xx/patches-3.3/502-bcm47xx-rewrite-gpio-handling.patch | |
parent | bdf997adb2e12e4a7770f7ab9b85c051fdfc6dd7 (diff) | |
download | upstream-3b5a66a3de59a39e1086a5f2335bdc1f9735eb41.tar.gz upstream-3b5a66a3de59a39e1086a5f2335bdc1f9735eb41.tar.bz2 upstream-3b5a66a3de59a39e1086a5f2335bdc1f9735eb41.zip |
brcm47xx: update gpio patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33001 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/patches-3.3/502-bcm47xx-rewrite-gpio-handling.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-3.3/502-bcm47xx-rewrite-gpio-handling.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-3.3/502-bcm47xx-rewrite-gpio-handling.patch b/target/linux/brcm47xx/patches-3.3/502-bcm47xx-rewrite-gpio-handling.patch index 4aa2e46d77..25262bd68d 100644 --- a/target/linux/brcm47xx/patches-3.3/502-bcm47xx-rewrite-gpio-handling.patch +++ b/target/linux/brcm47xx/patches-3.3/502-bcm47xx-rewrite-gpio-handling.patch @@ -304,7 +304,7 @@ + if (!request_irq(gpio_to_irq(WGT634U_GPIO_RESET), gpio_interrupt, IRQF_SHARED, - "WGT634U GPIO", &bcm47xx_bus.ssb.chipco)) { + "WGT634U GPIO", ccore)) { --- a/arch/mips/include/asm/mach-bcm47xx/bcm47xx.h +++ b/arch/mips/include/asm/mach-bcm47xx/bcm47xx.h @@ -56,4 +56,6 @@ void bcm47xx_fill_bcma_boardinfo(struct |