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:
parent
24d0c1f91e
commit
8bf3523cf7
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue