mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
cpufreq: remove redundant 'policy' field from user_policy
Its always same as policy->policy, 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>
This commit is contained in:
parent
e27f8bd248
commit
88dc438495
2 changed files with 1 additions and 10 deletions
|
@ -54,7 +54,6 @@ struct cpufreq_cpuinfo {
|
|||
struct cpufreq_real_policy {
|
||||
unsigned int min; /* in kHz */
|
||||
unsigned int max; /* in kHz */
|
||||
unsigned int policy; /* see above */
|
||||
};
|
||||
|
||||
struct cpufreq_policy {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue