mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
[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>
This commit is contained in:
parent
bdd70f2ceb
commit
455c53ec61
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ lpfc_new_scsi_buf(struct lpfc_hba * phba)
|
||||||
return psb;
|
return psb;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct lpfc_scsi_buf*
|
static struct lpfc_scsi_buf*
|
||||||
lpfc_get_scsi_buf(struct lpfc_hba * phba)
|
lpfc_get_scsi_buf(struct lpfc_hba * phba)
|
||||||
{
|
{
|
||||||
struct lpfc_scsi_buf * lpfc_cmd = NULL;
|
struct lpfc_scsi_buf * lpfc_cmd = NULL;
|
||||||
|
|
Loading…
Add table
Reference in a new issue