From: Viresh Kumar Date: Mon, 10 Mar 2014 09:23:33 +0000 (+0530) Subject: cpufreq: add 'freq_table' in struct cpufreq_policy X-Git-Tag: v3.15-rc1~151^2~2^2~9^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0b3165ba521c6824b3e9f563f38a701dfa2d8e6;p=pandora-kernel.git cpufreq: add 'freq_table' in struct cpufreq_policy freq table is not per CPU but per policy, so it makes more sense to keep it within struct cpufreq_policy instead of a per-cpu variable. This patch does it. Over that, there is no need to set policy->freq_table to NULL in ->exit(), as policy structure is going to be freed soon. Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed