summaryrefslogtreecommitdiffstats
path: root/power-8953.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-8953.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-8953.c')
-rw-r--r--power-8953.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/power-8953.c b/power-8953.c
index 1ecd119..2525d7a 100644
--- a/power-8953.c
+++ b/power-8953.c
@@ -51,7 +51,6 @@
#define MIN_VAL(X, Y) ((X > Y) ? (Y) : (X))
-static int saved_interactive_mode = -1;
static int display_hint_sent;
static int video_encode_hint_sent;
static int cam_preview_hint_sent;
@@ -145,7 +144,6 @@ int set_interactive_override(int on) {
display_hint_sent = 0;
}
}
- saved_interactive_mode = !!on;
set_i_count++;
ALOGI("Got set_interactive hint on= %d, count= %d\n", on, set_i_count);