[2.5.70][PATCH][TRIVIAL] cpufreq/longrun.c : eliminate unusedvariable

From: Andy Pfiffer (andyp@osdl.org)
Date: Thu May 29 2003 - 12:08:35 EST


# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or
higher.
# This patch includes the following deltas:
# ChangeSet 1.1426 -> 1.1427
# arch/i386/kernel/cpu/cpufreq/longrun.c 1.13 -> 1.14
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/05/29 andyp@xxxxxxxxxxxxxxxxxx 1.1427
# Remove a compile-time warning.
# --------------------------------------------
#
diff -Nru a/arch/i386/kernel/cpu/cpufreq/longrun.c
b/arch/i386/kernel/cpu/cpufreq/longrun.c
--- a/arch/i386/kernel/cpu/cpufreq/longrun.c Thu May 29 09:56:52 2003
+++ b/arch/i386/kernel/cpu/cpufreq/longrun.c Thu May 29 09:56:53 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/