Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932470AbWAFTVg (ORCPT ); Fri, 6 Jan 2006 14:21:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964776AbWAFTVg (ORCPT ); Fri, 6 Jan 2006 14:21:36 -0500 Received: from emailhub.stusta.mhn.de ([141.84.69.5]:7950 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S932499AbWAFTVd (ORCPT ); Fri, 6 Jan 2006 14:21:33 -0500 Date: Fri, 6 Jan 2006 20:21:28 +0100 From: Adrian Bunk To: James.Bottomley@SteelEye.com Cc: james.smart@emulex.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [2.6 patch] drivers/scsi/lpfc/lpfc_scsi.c: make lpfc_get_scsi_buf() static Message-ID: <20060106192128.GC12131@stusta.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 742 Lines: 23 This patch makes the needlessly global function lpfc_sli_get_scsi_buf() static. Signed-off-by: Adrian Bunk --- linux-2.6.15-mm1-full/drivers/scsi/lpfc/lpfc_scsi.c.old 2006-01-06 19:50:38.000000000 +0100 +++ linux-2.6.15-mm1-full/drivers/scsi/lpfc/lpfc_scsi.c 2006-01-06 19:50:46.000000000 +0100 @@ -150,7 +150,7 @@ return psb; } -struct lpfc_scsi_buf* +static struct lpfc_scsi_buf* lpfc_get_scsi_buf(struct lpfc_hba * phba) { struct lpfc_scsi_buf * lpfc_cmd = NULL; - 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/