From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrian Bunk Subject: [2.6 patch] drivers/scsi/lpfc/lpfc_scsi.c: make lpfc_sli_get_scsi_buf() static Date: Tue, 13 Dec 2005 03:28:23 +0100 Message-ID: <20051213022823.GY23349@stusta.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from emailhub.stusta.mhn.de ([141.84.69.5]:55301 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S932365AbVLMC2Y (ORCPT ); Mon, 12 Dec 2005 21:28:24 -0500 Content-Disposition: inline Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Andrew Morton Cc: james.smart@emulex.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org This patch makes the needlessly global function lpfc_sli_get_scsi_buf() static. Signed-off-by: Adrian Bunk Acked-by: James Smart --- This patch was already sent on: - 20 Nov 2005 --- linux-2.6.15-rc1-mm2-full/drivers/scsi/lpfc/lpfc_scsi.c.old 2005-11-20 19:52:28.000000000 +0100 +++ linux-2.6.15-rc1-mm2-full/drivers/scsi/lpfc/lpfc_scsi.c 2005-11-20 19:52:45.000000000 +0100 @@ -136,7 +136,7 @@ return psb; } -struct lpfc_scsi_buf* +static struct lpfc_scsi_buf* lpfc_sli_get_scsi_buf(struct lpfc_hba * phba) { struct lpfc_scsi_buf * lpfc_cmd = NULL;