1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

brcm47xx: when detecting a ssb pci device without an own sprom write the sprom data from the platform device to the correct pointer.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26829 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hauke
2011-05-05 14:05:21 +00:00
parent 6a2f5043e3
commit a921520508
6 changed files with 38 additions and 50 deletions

View File

@@ -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)
{