From 64ac5a0748769df53da297c911aa96254bd3b047 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Sat, 9 Jun 2018 16:10:06 +0300 Subject: 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 --- power-8916.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'power-8916.c') 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; } -- cgit v1.2.3