diff options
Diffstat (limited to 'drivers/cpufreq/cpufreq_governor.h')
-rw-r--r-- | drivers/cpufreq/cpufreq_governor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/cpufreq_governor.h b/drivers/cpufreq/cpufreq_governor.h index 16314b65ca67..d2ac91150600 100644 --- a/drivers/cpufreq/cpufreq_governor.h +++ b/drivers/cpufreq/cpufreq_governor.h | |||
@@ -109,7 +109,7 @@ struct od_dbs_tuners { | |||
109 | unsigned int sampling_rate; | 109 | unsigned int sampling_rate; |
110 | unsigned int sampling_down_factor; | 110 | unsigned int sampling_down_factor; |
111 | unsigned int up_threshold; | 111 | unsigned int up_threshold; |
112 | unsigned int down_differential; | 112 | unsigned int adj_up_threshold; |
113 | unsigned int powersave_bias; | 113 | unsigned int powersave_bias; |
114 | unsigned int io_is_busy; | 114 | unsigned int io_is_busy; |
115 | }; | 115 | }; |