2003-06-05 22:04:59

by Joe DiMartino

[permalink] [raw]
Subject: [PATCH 2.5.70] fix warning: unused variable powernow-k6.c

simple fix to remove compiler warning

===== arch/i386/kernel/cpu/cpufreq/powernow-k6.c 1.14 vs edited =====
--- 1.14/arch/i386/kernel/cpu/cpufreq/powernow-k6.c Mon Mar 17 05:53:03 2003
+++ edited/arch/i386/kernel/cpu/cpufreq/powernow-k6.c Thu Jun 5 14:56:46 2003
@@ -142,7 +142,6 @@

static int powernow_k6_cpu_init(struct cpufreq_policy *policy)
{
- struct cpuinfo_x86 *c = cpu_data;
unsigned int i;

if (policy->cpu != 0)