summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlav Haugan <ohaugan@codeaurora.org>2016-11-14 16:14:23 -0800
committerOlav Haugan <ohaugan@codeaurora.org>2016-11-14 16:28:03 -0800
commit8bf3523cf7097d214244888581eed231ac4d2a77 (patch)
tree59d5084c8a04811bc1efbfd5b48c537b35c399a3
parent24d0c1f91eb2850889cb27ef6fdcadc0c8ff2834 (diff)
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>
-rw-r--r--kernel/sched/core_ctl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/sched/core_ctl.c b/kernel/sched/core_ctl.c
index ecf6c568f0b5..9b21a09ec4ba 100644
--- a/kernel/sched/core_ctl.c
+++ b/kernel/sched/core_ctl.c
@@ -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)
{