Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262368AbTE2QvM (ORCPT ); Thu, 29 May 2003 12:51:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262363AbTE2QvM (ORCPT ); Thu, 29 May 2003 12:51:12 -0400 Received: from air-2.osdl.org ([65.172.181.6]:4772 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id S262368AbTE2QvC (ORCPT ); Thu, 29 May 2003 12:51:02 -0400 Subject: [2.5.70][PATCH][TRIVIAL] cpufreq/powernow-k6.c : eliminate unused variable From: Andy Pfiffer To: "linux-kernel@vger.kernel.org" Content-Type: text/plain Organization: Message-Id: <1054227830.12412.14.camel@andyp.pdx.osdl.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 29 May 2003 10:03:50 -0700 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org # 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 andyp@andyp.pdx.osdl.net 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) - 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/