summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorOlav Haugan <ohaugan@codeaurora.org>2016-08-18 17:21:30 -0700
committerOlav Haugan <ohaugan@codeaurora.org>2016-09-24 11:00:02 -0700
commit7f2c52364339cdcd3f56375b8a883005cb88680e (patch)
tree77833b620a78af5cf81009b292e6873118a737dc /kernel
parent75c9d1833a9ee5ef704bda120d942e5b75cd204a (diff)
core_ctl_helper: Remove code since it is not used anymore
Remove the core control helper code since this is not needed anymore with subsequent patches that moves core control into the kernel. Change-Id: I62acddeb707fc7d5626580166b3466e63f45fd89 Signed-off-by: Olav Haugan <ohaugan@codeaurora.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/trace/power-traces.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/trace/power-traces.c b/kernel/trace/power-traces.c
index 9270e1ac6460..49fa2e6eea98 100644
--- a/kernel/trace/power-traces.c
+++ b/kernel/trace/power-traces.c
@@ -15,5 +15,3 @@
EXPORT_TRACEPOINT_SYMBOL_GPL(suspend_resume);
EXPORT_TRACEPOINT_SYMBOL_GPL(cpu_idle);
-EXPORT_TRACEPOINT_SYMBOL(core_ctl_set_busy);
-EXPORT_TRACEPOINT_SYMBOL(core_ctl_eval_need);