commit | 308b60e71541518f3fe97171b4daf71adc607f3d | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Wed Jul 31 14:35:14 2013 +0200 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Aug 07 23:02:49 2013 +0200 |
tree | 68fe14f51491ed4e07019e6934352d3c00c57ea7 | |
parent | e8fdde1011ea45792e60f14f620b01f78cb0d34d [diff] |
cpufreq: Don't pass CPU to cpufreq_add_dev_{symlink|interface}() Pointer to struct cpufreq_policy is already passed to these routines and we don't need to send policy->cpu to them as well. So, get rid of this extra argument and use policy->cpu everywhere. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>