aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-2.6.37/977-ssb_export_fallback_sprom.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2011-05-05 14:05:21 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2011-05-05 14:05:21 +0000
commitfcb1557a3e36290623d2bf0a098d995b0954a633 (patch)
tree95f45206470e906084c7702a6493355034b8884e /target/linux/brcm63xx/patches-2.6.37/977-ssb_export_fallback_sprom.patch
parent54fb8868fa5283966eb58036807b069681a0dec9 (diff)
downloadupstream-fcb1557a3e36290623d2bf0a098d995b0954a633.tar.gz
upstream-fcb1557a3e36290623d2bf0a098d995b0954a633.tar.bz2
upstream-fcb1557a3e36290623d2bf0a098d995b0954a633.zip
brcm47xx: when detecting a ssb pci device without an own sprom write the sprom data from the platform device to the correct pointer.
SVN-Revision: 26829
Diffstat (limited to 'target/linux/brcm63xx/patches-2.6.37/977-ssb_export_fallback_sprom.patch')
-rw-r--r--target/linux/brcm63xx/patches-2.6.37/977-ssb_export_fallback_sprom.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.37/977-ssb_export_fallback_sprom.patch b/target/linux/brcm63xx/patches-2.6.37/977-ssb_export_fallback_sprom.patch
index 3447c37a3c..7671d19781 100644
--- a/target/linux/brcm63xx/patches-2.6.37/977-ssb_export_fallback_sprom.patch
+++ b/target/linux/brcm63xx/patches-2.6.37/977-ssb_export_fallback_sprom.patch
@@ -15,5 +15,5 @@
};
+EXPORT_SYMBOL(bcm63xx_sprom);
- int bcm63xx_get_fallback_sprom(struct ssb_bus *bus)
+ int bcm63xx_get_fallback_sprom(struct ssb_bus *bus, struct ssb_sprom *out)
{