diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-02-04 23:30:38 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-02-04 23:30:38 +0000 |
commit | 14113eb88f776f2d299a58df31d9fcf6c03c9f6f (patch) | |
tree | d448d7b4eca34e0829fece5ce5f20f714c68e648 /target/linux/brcm47xx/patches-3.10/400-arch-bcm47xx.patch | |
parent | db73f1433b7f64f6005c2b91e89fe611ed9435d2 (diff) | |
download | upstream-14113eb88f776f2d299a58df31d9fcf6c03c9f6f.tar.gz upstream-14113eb88f776f2d299a58df31d9fcf6c03c9f6f.tar.bz2 upstream-14113eb88f776f2d299a58df31d9fcf6c03c9f6f.zip |
brcm47xx: use upstream patch removing WGT634U code
It does the same, it just reorders things
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 39468
Diffstat (limited to 'target/linux/brcm47xx/patches-3.10/400-arch-bcm47xx.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-3.10/400-arch-bcm47xx.patch | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/target/linux/brcm47xx/patches-3.10/400-arch-bcm47xx.patch b/target/linux/brcm47xx/patches-3.10/400-arch-bcm47xx.patch index 7ea3f87c64..43aeaf152e 100644 --- a/target/linux/brcm47xx/patches-3.10/400-arch-bcm47xx.patch +++ b/target/linux/brcm47xx/patches-3.10/400-arch-bcm47xx.patch @@ -33,12 +33,11 @@ +EXPORT_SYMBOL(nvram_get); --- a/arch/mips/bcm47xx/Makefile +++ b/arch/mips/bcm47xx/Makefile -@@ -5,4 +5,5 @@ +@@ -5,3 +5,4 @@ obj-y += irq.o nvram.o prom.o serial.o setup.o time.o sprom.o - obj-y += board.o buttons.o leds.o + obj-y += board.o buttons.o leds.o workarounds.o +obj-y += gpio.o - obj-$(CONFIG_BCM47XX_SSB) += wgt634u.o --- /dev/null +++ b/arch/mips/bcm47xx/gpio.c @@ -0,0 +1,119 @@ |