aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-3.7/800-wl_exports.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2013-05-01 21:12:26 +0000
committerFlorian Fainelli <florian@openwrt.org>2013-05-01 21:12:26 +0000
commit5bb5c2727c4e65938d0b015114e2ffd9129a266c (patch)
treee86b0e677871ff564bccc4c6adb7fb676bf6826f /target/linux/brcm63xx/patches-3.7/800-wl_exports.patch
parent4b131114f35dc998d14ebc54214cd5757c80b453 (diff)
downloadmaster-187ad058-5bb5c2727c4e65938d0b015114e2ffd9129a266c.tar.gz
master-187ad058-5bb5c2727c4e65938d0b015114e2ffd9129a266c.tar.bz2
master-187ad058-5bb5c2727c4e65938d0b015114e2ffd9129a266c.zip
brcm63xx: remove 3.7 kernel support
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36504 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-3.7/800-wl_exports.patch')
-rw-r--r--target/linux/brcm63xx/patches-3.7/800-wl_exports.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/target/linux/brcm63xx/patches-3.7/800-wl_exports.patch b/target/linux/brcm63xx/patches-3.7/800-wl_exports.patch
deleted file mode 100644
index 4d8a23893d..0000000000
--- a/target/linux/brcm63xx/patches-3.7/800-wl_exports.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- a/arch/mips/bcm63xx/nvram.c
-+++ b/arch/mips/bcm63xx/nvram.c
-@@ -40,6 +40,13 @@ struct bcm963xx_nvram {
- static struct bcm963xx_nvram nvram;
- static int mac_addr_used;
-
-+/*
-+ * Required export for WL
-+ */
-+#define NVRAM_SPACE 0x8000
-+char nvram_buf[NVRAM_SPACE];
-+EXPORT_SYMBOL(nvram_buf);
-+
- void __init bcm63xx_nvram_init(void *addr)
- {
- unsigned int check_len;
-@@ -47,6 +54,7 @@ void __init bcm63xx_nvram_init(void *add
-
- /* extract nvram data */
- memcpy(&nvram, addr, sizeof(nvram));
-+ memcpy(&nvram_buf, addr, NVRAM_SPACE);
-
- /* check checksum before using data */
- if (nvram.version <= 4) {
---- a/arch/mips/mm/cache.c
-+++ b/arch/mips/mm/cache.c
-@@ -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);
-+EXPORT_SYMBOL(_dma_cache_inv);
-
- #endif /* CONFIG_DMA_NONCOHERENT */
-