ANDROID: cpufreq_interactive: remove unused variable

Remove unwanted variable usage and fix compilation
issue.

Change-Id: I1bd213555aa4dd9fbd795d360979544f344dd42f
Signed-off-by: Chetan C R <cchinnad@codeaurora.org>
This commit is contained in:
Chetan C R
2020-01-06 18:36:12 +05:30
parent bf70ee8e4e
commit 86781b79ac

View File

@@ -1334,7 +1334,6 @@ void cpufreq_interactive_limits(struct cpufreq_policy *policy)
static struct interactive_governor interactive_gov = {
.gov = {
.name = "interactive",
.max_transition_latency = TRANSITION_LATENCY_LIMIT,
.owner = THIS_MODULE,
.init = cpufreq_interactive_init,
.exit = cpufreq_interactive_exit,