Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261714AbUK2Mmu (ORCPT ); Mon, 29 Nov 2004 07:42:50 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261706AbUK2MlF (ORCPT ); Mon, 29 Nov 2004 07:41:05 -0500 Received: from mailout.stusta.mhn.de ([141.84.69.5]:34579 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S261715AbUK2MkG (ORCPT ); Mon, 29 Nov 2004 07:40:06 -0500 Date: Mon, 29 Nov 2004 13:40:04 +0100 From: Adrian Bunk To: linux-kernel@vger.kernel.org Subject: [2.6 patch] drivers/block/xd.c: make a variable static Message-ID: <20041129124004.GS9722@stusta.de> References: <20041124231055.GN19873@stusta.de> <20041125101220.GC29539@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041125101220.GC29539@infradead.org> User-Agent: Mutt/1.5.6+20040907i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 994 Lines: 22 The patch below makes a needlessly global variable static. Signed-off-by: Adrian Bunk --- linux-2.6.10-rc1-mm3-full/drivers/block/xd.c.old 2004-11-06 20:20:25.000000000 +0100 +++ linux-2.6.10-rc1-mm3-full/drivers/block/xd.c 2004-11-06 20:21:01.000000000 +0100 @@ -67,7 +67,7 @@ /* Above may need to be increased if a problem with the 2nd drive detection (ST11M controller) or resetting a controller (WD) appears */ -XD_INFO xd_info[XD_MAXDRIVES]; +static XD_INFO xd_info[XD_MAXDRIVES]; /* If you try this driver and find that your card is not detected by the driver at bootup, you need to add your BIOS signature and details to the following list of signatures. A BIOS signature is a string embedded into the first - 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/