Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932096AbWEPPax (ORCPT ); Tue, 16 May 2006 11:30:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932101AbWEPPax (ORCPT ); Tue, 16 May 2006 11:30:53 -0400 Received: from emailhub.stusta.mhn.de ([141.84.69.5]:48389 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S932093AbWEPPaw (ORCPT ); Tue, 16 May 2006 11:30:52 -0400 Date: Tue, 16 May 2006 17:30:50 +0200 From: Adrian Bunk To: Andrew Morton , Ananda Raju , jgarzik@pobox.com Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: [-mm patch] drivers/net/s2io.c: make bus_speed[] static Message-ID: <20060516153050.GC5677@stusta.de> References: <20060515005637.00b54560.akpm@osdl.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060515005637.00b54560.akpm@osdl.org> User-Agent: Mutt/1.5.11+cvs20060403 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 880 Lines: 31 On Mon, May 15, 2006 at 12:56:37AM -0700, Andrew Morton wrote: >... > Changes since 2.6.17-rc3-mm1: >... > git-netdev-all.patch >... > git trees >... This patch makes the needlessly global bus_speed[] static. Signed-off-by: Adrian Bunk --- linux-2.6.17-rc4-mm1-full/drivers/net/s2io.c.old 2006-05-16 13:06:58.000000000 +0200 +++ linux-2.6.17-rc4-mm1-full/drivers/net/s2io.c 2006-05-16 13:07:08.000000000 +0200 @@ -852,7 +852,7 @@ return 0; } -int bus_speed[8] = {33, 133, 133, 200, 266, 133, 200, 266}; +static int bus_speed[8] = {33, 133, 133, 200, 266, 133, 200, 266}; /** * s2io_print_pci_mode - */ - 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/