aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-3.0/977-ssb_export_fallback_sprom.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2012-04-24 11:49:24 +0000
committerJonas Gorski <jogo@openwrt.org>2012-04-24 11:49:24 +0000
commitf8cce554ff06cf08a95f2c864619f0071302610a (patch)
tree96669c744f38ccd500a58a46fc6c4eacb983d780 /target/linux/brcm63xx/patches-3.0/977-ssb_export_fallback_sprom.patch
parentd4be3ed6413ccc9e3437c64ad03c06dfd7241d56 (diff)
downloadupstream-f8cce554ff06cf08a95f2c864619f0071302610a.tar.gz
upstream-f8cce554ff06cf08a95f2c864619f0071302610a.tar.bz2
upstream-f8cce554ff06cf08a95f2c864619f0071302610a.zip
bcm63xx: drop linux 3.0 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31463 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-3.0/977-ssb_export_fallback_sprom.patch')
-rw-r--r--target/linux/brcm63xx/patches-3.0/977-ssb_export_fallback_sprom.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/brcm63xx/patches-3.0/977-ssb_export_fallback_sprom.patch b/target/linux/brcm63xx/patches-3.0/977-ssb_export_fallback_sprom.patch
deleted file mode 100644
index 6bfa419bfd..0000000000
--- a/target/linux/brcm63xx/patches-3.0/977-ssb_export_fallback_sprom.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
-+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -2210,7 +2210,7 @@ static void __init nb4_nvram_fixup(void)
- * bcm4318 WLAN work
- */
- #ifdef CONFIG_SSB_PCIHOST
--static struct ssb_sprom bcm63xx_sprom = {
-+struct ssb_sprom bcm63xx_sprom = {
- .revision = 0x02,
- .board_rev = 0x17,
- .country_code = 0x0,
-@@ -2230,6 +2230,7 @@ static struct ssb_sprom bcm63xx_sprom =
- .boardflags_lo = 0x2848,
- .boardflags_hi = 0x0000,
- };
-+EXPORT_SYMBOL(bcm63xx_sprom);
-
- int bcm63xx_get_fallback_sprom(struct ssb_bus *bus, struct ssb_sprom *out)
- {