From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261448AbUKOCWd (ORCPT ); Sun, 14 Nov 2004 21:22:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261442AbUKOCTY (ORCPT ); Sun, 14 Nov 2004 21:19:24 -0500 Received: from emailhub.stusta.mhn.de ([141.84.69.5]:33808 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S261441AbUKOCTC (ORCPT ); Sun, 14 Nov 2004 21:19:02 -0500 Date: Mon, 15 Nov 2004 03:06:58 +0100 From: Adrian Bunk To: langa2@kph.uni-mainz.de Cc: James.Bottomley@SteelEye.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [2.6 patch] SCSI ibmmca.c: make a struct static Message-ID: <20041115020658.GL2249@stusta.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6+20040907i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org The patch below makes a needlessly global struct static. Signed-off-by: Adrian Bunk --- linux-2.6.10-rc1-mm5-full/drivers/scsi/ibmmca.c.old 2004-11-13 21:50:36.000000000 +0100 +++ linux-2.6.10-rc1-mm5-full/drivers/scsi/ibmmca.c 2004-11-13 21:50:49.000000000 +0100 @@ -292,7 +292,7 @@ #define INTEGRATED_SCSI 101 /* List of possible IBM-SCSI-adapters */ -struct subsys_list_struct subsys_list[] = { +static struct subsys_list_struct subsys_list[] = { {0x8efc, "IBM SCSI-2 F/W Adapter"}, /* special = 0 */ {0x8efd, "IBM 7568 Industrial Computer SCSI Adapter w/Cache"}, /* special = 1 */ {0x8ef8, "IBM Expansion Unit SCSI Controller"}, /* special = 2 */