From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262031AbVADAFu (ORCPT ); Mon, 3 Jan 2005 19:05:50 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261995AbVACXwM (ORCPT ); Mon, 3 Jan 2005 18:52:12 -0500 Received: from mailout.stusta.mhn.de ([141.84.69.5]:17414 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S262003AbVACXvg (ORCPT ); Mon, 3 Jan 2005 18:51:36 -0500 Date: Tue, 4 Jan 2005 00:51:31 +0100 From: Adrian Bunk To: Andrew Morton Cc: linuxraid@amcc.com, James.Bottomley@SteelEye.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [2.6 patch] 3w-abcd.h: TW_Device_Extension: remove an unused filed (fwd) Message-ID: <20050103235131.GR2980@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 trivial patch forwarded below still applies against 2.6.10-mm1. Please apply. ----- Forwarded message from Adrian Bunk ----- Date: Tue, 14 Dec 2004 05:10:02 +0100 From: Adrian Bunk To: linuxraid@amcc.com Cc: James.Bottomley@SteelEye.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [2.6 patch] 3w-abcd.h: TW_Device_Extension: remove an unused filed [ subject adapted to linux-kernel filters... ] num_units in struct TAG_TW_Device_Extension is completely unused. Signed-off-by: Adrian Bunk --- linux-2.6.10-rc3-mm1-full/drivers/scsi/3w-xxxx.h.old 2004-12-14 04:39:15.000000000 +0100 +++ linux-2.6.10-rc3-mm1-full/drivers/scsi/3w-xxxx.h 2004-12-14 04:39:20.000000000 +0100 @@ -397,7 +397,6 @@ unsigned long *alignment_virtual_address[TW_Q_LENGTH]; unsigned long alignment_physical_address[TW_Q_LENGTH]; int is_unit_present[TW_MAX_UNITS]; - int num_units; unsigned long *command_packet_virtual_address[TW_Q_LENGTH]; unsigned long command_packet_physical_address[TW_Q_LENGTH]; struct pci_dev *tw_pci_dev; - 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/ ----- End forwarded message -----