]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
[SCSI] lpfc_scsi.c: make lpfc_get_scsi_buf() static
authorAdrian Bunk <bunk@stusta.de>
Fri, 6 Jan 2006 19:21:28 +0000 (20:21 +0100)
committerJames Bottomley <jejb@mulgrave.(none)>
Thu, 12 Jan 2006 17:36:37 +0000 (11:36 -0600)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: James Smart <James.Smart@Emulex.Com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/lpfc/lpfc_scsi.c

index 9ee8218404c058bc44e40157c891ad6464c2a605..dafabeefc5b3589de869a1c63b0703bfe512270a 100644 (file)
@@ -150,7 +150,7 @@ lpfc_new_scsi_buf(struct lpfc_hba * phba)
        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;