Commit fd811936 authored by Dave Jones's avatar Dave Jones

[CPUFREQ] Kill unused variables.

parent fcb1f22e
...@@ -224,7 +224,6 @@ static unsigned int __init longrun_determine_freqs(unsigned int *low_freq, ...@@ -224,7 +224,6 @@ static unsigned int __init longrun_determine_freqs(unsigned int *low_freq,
static int longrun_cpu_init(struct cpufreq_policy *policy) static int longrun_cpu_init(struct cpufreq_policy *policy)
{ {
int result = 0; int result = 0;
struct cpuinfo_x86 *c = cpu_data;
/* capability check */ /* capability check */
if (policy->cpu != 0) if (policy->cpu != 0)
......
...@@ -142,7 +142,6 @@ static int powernow_k6_target (struct cpufreq_policy *policy, ...@@ -142,7 +142,6 @@ static int powernow_k6_target (struct cpufreq_policy *policy,
static int powernow_k6_cpu_init(struct cpufreq_policy *policy) static int powernow_k6_cpu_init(struct cpufreq_policy *policy)
{ {
struct cpuinfo_x86 *c = cpu_data;
unsigned int i; unsigned int i;
if (policy->cpu != 0) if (policy->cpu != 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment