瀏覽代碼

[SCSI] lpfc_scsi.c: make lpfc_get_scsi_buf() static

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>
Adrian Bunk 19 年之前
父節點
當前提交
455c53ec61
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/scsi/lpfc/lpfc_scsi.c

+ 1 - 1
drivers/scsi/lpfc/lpfc_scsi.c

@@ -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;