summaryrefslogtreecommitdiffstats
path: root/power-8916.c
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2018-06-09 16:10:06 +0300
committerMichael Bestas <mkbestas@lineageos.org>2019-10-23 01:12:56 +0300
commit64ac5a0748769df53da297c911aa96254bd3b047 (patch)
tree9d07b64afc8ac9cd512c36ea76cb18a609fbf0c2 /power-8916.c
parent420f26552469aa8b98692c27de2320a9c1c5dbc2 (diff)
downloadvendor_qcom_opensource_power-64ac5a0748769df53da297c911aa96254bd3b047.tar.gz
vendor_qcom_opensource_power-64ac5a0748769df53da297c911aa96254bd3b047.tar.bz2
vendor_qcom_opensource_power-64ac5a0748769df53da297c911aa96254bd3b047.zip
power: Remove leftover support for msm-dcvs governor
* This is not used by any recent qcom SoC and not used by any SoC using this HAL. Change-Id: If9b2997104bcd5e3ff27fc39c75590d07e813f85
Diffstat (limited to 'power-8916.c')
-rw-r--r--power-8916.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/power-8916.c b/power-8916.c
index a685c40..0c59ab3 100644
--- a/power-8916.c
+++ b/power-8916.c
@@ -56,11 +56,6 @@ char scaling_min_freq[4][80] = {"sys/devices/system/cpu/cpu0/cpufreq/scaling_min
"sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq",
"sys/devices/system/cpu/cpu3/cpufreq/scaling_min_freq"};
-static int saved_dcvs_cpu0_slack_max = -1;
-static int saved_dcvs_cpu0_slack_min = -1;
-static int saved_mpdecision_slack_max = -1;
-static int saved_mpdecision_slack_min = -1;
-static int saved_interactive_mode = -1;
static int slack_node_rw_failed = 0;
static int display_hint_sent;
int display_boost;
@@ -209,6 +204,5 @@ int set_interactive_override(int on) {
} break;
} /* End of check condition during the DISPLAY ON case */
}
- saved_interactive_mode = !!on;
return HINT_HANDLED;
}