[PATCH 5/7] cpufreq: remove redundant 'policy' field from user_policy

2015-08-02 Thread Viresh Kumar
Its always same as policy->policy, and there is no need to keep another copy of it. Remove it. Signed-off-by: Viresh Kumar --- drivers/cpufreq/cpufreq.c | 10 +- include/linux/cpufreq.h | 1 - 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/drivers/cpufreq/cpufreq.c

[PATCH 5/7] cpufreq: remove redundant 'policy' field from user_policy

2015-08-02 Thread Viresh Kumar
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.ku...@linaro.org --- drivers/cpufreq/cpufreq.c | 10 +- include/linux/cpufreq.h | 1 - 2 files changed, 1 insertion(+), 10 deletions(-) diff --git