Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 5 Nov 2002 19:02:46 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 5 Nov 2002 19:02:46 -0500 Received: from fmr01.intel.com ([192.55.52.18]:5368 "EHLO hermes.fm.intel.com") by vger.kernel.org with ESMTP id ; Tue, 5 Nov 2002 19:02:44 -0500 Message-ID: <72B3FD82E303D611BD0100508BB29735046DFF7E@orsmsx102.jf.intel.com> From: "Lee, Jung-Ik" To: "'linux-kernel'" Cc: linux-ia64@linuxia64.org Subject: patch for 2.5.45 fusion mptscsih Date: Tue, 5 Nov 2002 16:09:17 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01C28528.BF12C6A0" Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1486 Lines: 43 This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_000_01C28528.BF12C6A0 Content-Type: text/plain; charset="iso-8859-1" The attached patch fixes message/fusion/mptscsih.h that causes kernel build error. mptscsih.h | 3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) thanks, J.I. ------_=_NextPart_000_01C28528.BF12C6A0 Content-Type: application/octet-stream; name="fusion_2545.diff" Content-Disposition: attachment; filename="fusion_2545.diff" diff -ur linux-2.5.45.org/drivers/message/fusion/mptscsih.h linux-2.5.45-ia64-021031-phpa/drivers/message/fusion/mptscsih.h --- linux-2.5.45.org/drivers/message/fusion/mptscsih.h Wed Oct 30 16:43:46 2002 +++ linux-2.5.45-ia64-021031-phpa/drivers/message/fusion/mptscsih.h Tue Nov 5 13:33:03 2002 @@ -267,8 +268,7 @@ .sg_tablesize = MPT_SCSI_SG_DEPTH, \ .max_sectors = MPT_SCSI_MAX_SECTORS, \ .cmd_per_lun = MPT_SCSI_CMD_PER_LUN, \ - .use_clustering = ENABLE_CLUSTERING, \ - .slave_attach x_scsi_slave_attach, \ + .use_clustering = ENABLE_CLUSTERING \ } #else /* LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,1) */ ------_=_NextPart_000_01C28528.BF12C6A0-- - 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/