aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ssb/ssb.h
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2011-05-11 02:10:58 +0200
committerJohn W. Linville <linville@tuxdriver.com>2011-05-11 14:50:41 -0400
commit8576f815d5c8beb8b10f96abe31831b90af3d352 (patch)
tree5c600a151f8a508434e20d8ade1579c0c4cec696 /include/linux/ssb/ssb.h
parentbcma: add missing GPIO defines, use PULL register only when available (diff)
downloadlinux-dev-8576f815d5c8beb8b10f96abe31831b90af3d352.tar.xz
linux-dev-8576f815d5c8beb8b10f96abe31831b90af3d352.zip
ssb: move ssb_commit_settings and export it
Commiting settings is possible on devices without PCI core (but with CC core). Export it for usage in drivers supporting other cores. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux/ssb/ssb.h')
-rw-r--r--include/linux/ssb/ssb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ssb/ssb.h b/include/linux/ssb/ssb.h
index 7e99b348834c..f017b8900f78 100644
--- a/include/linux/ssb/ssb.h
+++ b/include/linux/ssb/ssb.h
@@ -518,6 +518,7 @@ extern int ssb_bus_may_powerdown(struct ssb_bus *bus);
* Otherwise static always-on powercontrol will be used. */
extern int ssb_bus_powerup(struct ssb_bus *bus, bool dynamic_pctl);
+extern void ssb_commit_settings(struct ssb_bus *bus);
/* Various helper functions */
extern u32 ssb_admatch_base(u32 adm);