diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-06-29 09:07:54 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-06-29 09:07:54 +0000 |
commit | 52bae2d2bd88075048ea1c22b0e617e5729c76ed (patch) | |
tree | 9061554fc46bc237ace870642c79cfc17c43bf57 /target/linux/brcm63xx/patches-3.3/800-wl_exports.patch | |
parent | ad19192d3a794d24e4cf0657af083934c28909de (diff) | |
download | mtk-20170518-52bae2d2bd88075048ea1c22b0e617e5729c76ed.zip mtk-20170518-52bae2d2bd88075048ea1c22b0e617e5729c76ed.tar.gz mtk-20170518-52bae2d2bd88075048ea1c22b0e617e5729c76ed.tar.bz2 |
fix watchdog and rng drivers section mismatch (#11767)
SVN-Revision: 32522
Diffstat (limited to 'target/linux/brcm63xx/patches-3.3/800-wl_exports.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.3/800-wl_exports.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-3.3/800-wl_exports.patch b/target/linux/brcm63xx/patches-3.3/800-wl_exports.patch index fd242f6..0fff4d0 100644 --- a/target/linux/brcm63xx/patches-3.3/800-wl_exports.patch +++ b/target/linux/brcm63xx/patches-3.3/800-wl_exports.patch @@ -24,7 +24,7 @@ if (nvram.version <= 4) --- a/arch/mips/mm/cache.c +++ b/arch/mips/mm/cache.c -@@ -57,6 +57,7 @@ void (*_dma_cache_wback)(unsigned long s +@@ -58,6 +58,7 @@ void (*_dma_cache_wback)(unsigned long s void (*_dma_cache_inv)(unsigned long start, unsigned long size); EXPORT_SYMBOL(_dma_cache_wback_inv); |