summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.31/977-ssb_export_fallback_sprom.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/generic/patches-2.6.31/977-ssb_export_fallback_sprom.patch')
-rw-r--r--target/linux/generic/patches-2.6.31/977-ssb_export_fallback_sprom.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/target/linux/generic/patches-2.6.31/977-ssb_export_fallback_sprom.patch b/target/linux/generic/patches-2.6.31/977-ssb_export_fallback_sprom.patch
new file mode 100644
index 000000000..5ca1d231c
--- /dev/null
+++ b/target/linux/generic/patches-2.6.31/977-ssb_export_fallback_sprom.patch
@@ -0,0 +1,20 @@
+--- a/drivers/ssb/sprom.c
++++ b/drivers/ssb/sprom.c
+@@ -174,6 +174,7 @@ int ssb_arch_set_fallback_sprom(const st
+
+ return 0;
+ }
++EXPORT_SYMBOL(ssb_get_fallback_sprom);
+
+ const struct ssb_sprom *ssb_get_fallback_sprom(void)
+ {
+--- a/include/linux/ssb/ssb.h
++++ b/include/linux/ssb/ssb.h
+@@ -387,6 +387,7 @@ extern void ssb_bus_unregister(struct ss
+ /* Set a fallback SPROM.
+ * See kdoc at the function definition for complete documentation. */
+ extern int ssb_arch_set_fallback_sprom(const struct ssb_sprom *sprom);
++extern const struct ssb_sprom *ssb_get_fallback_sprom(void);
+
+ /* Suspend a SSB bus.
+ * Call this from the parent bus suspend routine. */