core_ctl: Export boost function

Export core control boost function to make it accessible to kernel
modules.

Change-Id: I94359afa433ad57dd5bfeae3cb78a1f196cd02fe
Signed-off-by: Olav Haugan <ohaugan@codeaurora.org>
This commit is contained in:
Olav Haugan 2016-11-14 16:14:23 -08:00
parent 24d0c1f91e
commit 8bf3523cf7

View file

@ -687,6 +687,7 @@ int core_ctl_set_boost(bool boost)
return ret;
}
EXPORT_SYMBOL(core_ctl_set_boost);
void core_ctl_check(u64 wallclock)
{