aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq_governor.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/cpufreq/cpufreq_governor.h')
-rw-r--r--drivers/cpufreq/cpufreq_governor.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/cpufreq/cpufreq_governor.h b/drivers/cpufreq/cpufreq_governor.h
index 58749da97099..ece70ab6bbfc 100644
--- a/drivers/cpufreq/cpufreq_governor.h
+++ b/drivers/cpufreq/cpufreq_governor.h
@@ -148,16 +148,6 @@ struct cpu_dbs_info {
struct policy_dbs_info *policy_dbs;
};
-/* Per policy Governors sysfs tunables */
-struct od_dbs_tuners {
- unsigned int powersave_bias;
-};
-
-struct cs_dbs_tuners {
- unsigned int down_threshold;
- unsigned int freq_step;
-};
-
/* Common Governor data across policies */
struct dbs_governor {
struct cpufreq_governor gov;