summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2011-05-13 10:52:02 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2011-05-13 10:52:02 +1000
commitdbe118d2d16297afb926275d8e93ecf6aa754338 (patch)
treed361ebd614028dd81ed640f189891ab1011d6457 /include
parent82d32aa7751711402e96e9e0694cb5adf48934b4 (diff)
parent95317334d9537a42171df3633295751ef0f2602e (diff)
Merge remote-tracking branch 'mips/mips-for-linux-next'
Diffstat (limited to 'include')
-rw-r--r--include/linux/ssb/ssb.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/ssb/ssb.h b/include/linux/ssb/ssb.h
index 9659eff52ca2..045f72ab5dfd 100644
--- a/include/linux/ssb/ssb.h
+++ b/include/linux/ssb/ssb.h
@@ -404,7 +404,9 @@ extern bool ssb_is_sprom_available(struct ssb_bus *bus);
/* 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 int ssb_arch_register_fallback_sprom(
+ int (*sprom_callback)(struct ssb_bus *bus,
+ struct ssb_sprom *out));
/* Suspend a SSB bus.
* Call this from the parent bus suspend routine. */