From: Viresh Kumar Date: Wed, 31 Jul 2013 12:35:14 +0000 (+0200) Subject: cpufreq: Don't pass CPU to cpufreq_add_dev_{symlink|interface}() X-Git-Tag: v3.12-rc1~178^2~4^2~1^2~15^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=308b60e71541518f3fe97171b4daf71adc607f3d;p=pandora-kernel.git 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 Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed