summaryrefslogtreecommitdiffstats
path: root/utils.h
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2018-06-09 16:16:19 +0300
committerMichael Bestas <mkbestas@lineageos.org>2019-10-23 01:12:56 +0300
commit4c96994df0edd76b981d34776823681440f3b371 (patch)
tree78889832ac259da9450a862278af5c0357bfd69b /utils.h
parent64ac5a0748769df53da297c911aa96254bd3b047 (diff)
downloadvendor_qcom_opensource_power-4c96994df0edd76b981d34776823681440f3b371.tar.gz
vendor_qcom_opensource_power-4c96994df0edd76b981d34776823681440f3b371.tar.bz2
vendor_qcom_opensource_power-4c96994df0edd76b981d34776823681440f3b371.zip
power: Remove leftover support for ondemand governor
Change-Id: Id4c2aa5efa7101535a7311e34529e0b90c7491f1
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils.h b/utils.h
index c86e15c..d5037cf 100644
--- a/utils.h
+++ b/utils.h
@@ -35,10 +35,6 @@ int get_scaling_governor(char governor[], int size);
int get_scaling_governor_check_cores(char governor[], int size, int core_num);
int is_interactive_governor(char*);
-void vote_ondemand_io_busy_off();
-void unvote_ondemand_io_busy_off();
-void vote_ondemand_sdf_low();
-void unvote_ondemand_sdf_low();
void perform_hint_action(int hint_id, int resource_values[], int num_resources);
void undo_hint_action(int hint_id);
void undo_initial_hint_action();