[PATCH 2.5.70] fix warning: unused variable longrun.c

Joe DiMartino (joe@osdl.org)
05 Jun 2003 15:18:25 -0700


simple fix to remove compiler warning

===== arch/i386/kernel/cpu/cpufreq/longrun.c 1.13 vs edited =====
--- 1.13/arch/i386/kernel/cpu/cpufreq/longrun.c Mon Mar 17 05:54:38 2003
+++ edited/arch/i386/kernel/cpu/cpufreq/longrun.c Thu Jun 5 14:57:41 2003
@@ -224,7 +224,6 @@
static int longrun_cpu_init(struct cpufreq_policy *policy)
{
int result = 0;
- struct cpuinfo_x86 *c = cpu_data;

/* capability check */
if (policy->cpu != 0)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/