|
@@ -164,7 +164,7 @@ freq_table_get_index(struct cpufreq_stats *stat, unsigned int freq)
|
|
return -1;
|
|
return -1;
|
|
}
|
|
}
|
|
|
|
|
|
-static void __cpuexit cpufreq_stats_free_table(unsigned int cpu)
|
|
|
|
|
|
+static void cpufreq_stats_free_table(unsigned int cpu)
|
|
{
|
|
{
|
|
struct cpufreq_stats *stat = cpufreq_stats_table[cpu];
|
|
struct cpufreq_stats *stat = cpufreq_stats_table[cpu];
|
|
struct cpufreq_policy *policy = cpufreq_cpu_get(cpu);
|
|
struct cpufreq_policy *policy = cpufreq_cpu_get(cpu);
|