diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/ssb/ssb.h | 1 |
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); | |||
518 | * Otherwise static always-on powercontrol will be used. */ | 518 | * Otherwise static always-on powercontrol will be used. */ |
519 | extern int ssb_bus_powerup(struct ssb_bus *bus, bool dynamic_pctl); | 519 | extern int ssb_bus_powerup(struct ssb_bus *bus, bool dynamic_pctl); |
520 | 520 | ||
521 | extern void ssb_commit_settings(struct ssb_bus *bus); | ||
521 | 522 | ||
522 | /* Various helper functions */ | 523 | /* Various helper functions */ |
523 | extern u32 ssb_admatch_base(u32 adm); | 524 | extern u32 ssb_admatch_base(u32 adm); |