2003-05-29 16:51:12

by Andy Pfiffer

[permalink] [raw]
Subject: [2.5.70][PATCH][TRIVIAL] cpufreq/powernow-k6.c : eliminate unused variable

# 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.1427 -> 1.1428
# arch/i386/kernel/cpu/cpufreq/powernow-k6.c 1.14 -> 1.15
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/05/29 [email protected] 1.1428
# Eliminate a compile-time warning.
# --------------------------------------------
#
diff -Nru a/arch/i386/kernel/cpu/cpufreq/powernow-k6.c
b/arch/i386/kernel/cpu/cpufreq/powernow-k6.c
--- a/arch/i386/kernel/cpu/cpufreq/powernow-k6.c Thu May 29 09:57:14
2003
+++ b/arch/i386/kernel/cpu/cpufreq/powernow-k6.c Thu May 29 09:57:14
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)