From: Viresh Kumar Date: Fri, 2 Jan 2015 07:04:34 +0000 (+0530) Subject: cpufreq: limit the scope of l_p_j variables X-Git-Tag: fixes-v4.0-rc1~160^2~1^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39c132eebdd26a3041a92fc64fc1e61293eb39da;p=pandora-kernel.git cpufreq: limit the scope of l_p_j variables These variables are just used within adjust_jiffies() and so must be local to it. Also there is no need of a dummy routine for CONFIG_SMP case as we can take care of all that with help of macros in the same routine. It doesn't look that ugly. Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed