diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2015-08-03 08:36:17 +0530 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-09-01 15:50:39 +0200 |
commit | e27f8bd248756310a6df8b67f96d41d5a693642c (patch) | |
tree | 09c25709f48aaeb92c82742d234c236e6d2c195e /include/linux/cpufreq.h | |
parent | 14ca0bdfdd6b422027b9b733abb0bf151811eaa7 (diff) | |
download | talos-obmc-linux-e27f8bd248756310a6df8b67f96d41d5a693642c.tar.gz talos-obmc-linux-e27f8bd248756310a6df8b67f96d41d5a693642c.zip |
cpufreq: remove redundant 'governor' field from user_policy
Its always same as policy->governor, and there is no need to keep
another copy of it. Remove it.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/linux/cpufreq.h')
-rw-r--r-- | include/linux/cpufreq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h index bedcc90c0757..752bf8a5c314 100644 --- a/include/linux/cpufreq.h +++ b/include/linux/cpufreq.h @@ -55,7 +55,6 @@ struct cpufreq_real_policy { unsigned int min; /* in kHz */ unsigned int max; /* in kHz */ unsigned int policy; /* see above */ - struct cpufreq_governor *governor; /* see below */ }; struct cpufreq_policy { |