[PATCH 07/10] cpufreq: Use cpufreq_policy_list for iterating over policies

2013-08-03 Thread Viresh Kumar
For iterating over all policies currently we are iterating over all CPUs and then finding their policies. Lets use the newly created infrastructure cpufreq_policy_list. Signed-off-by: Viresh Kumar --- drivers/cpufreq/cpufreq.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-)

[PATCH 07/10] cpufreq: Use cpufreq_policy_list for iterating over policies

2013-08-03 Thread Viresh Kumar
For iterating over all policies currently we are iterating over all CPUs and then finding their policies. Lets use the newly created infrastructure cpufreq_policy_list. Signed-off-by: Viresh Kumar viresh.ku...@linaro.org --- drivers/cpufreq/cpufreq.c | 10 +- 1 file changed, 5