]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: lpfc: Fix missing prototype for lpfc_nvmet_prep_abort_wqe()
authorJames Smart <james.smart@broadcom.com>
Thu, 19 Nov 2020 20:33:16 +0000 (12:33 -0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 20 Nov 2020 03:21:50 +0000 (22:21 -0500)
commit5e67ec7243ed38fb5321cfdf4f6c83161e1732ab
tree40e9835a25eb4ca30ae6ecf08c19429786273b2d
parent64dff38a53464c08e0377916ca4f59ecfab6153f
scsi: lpfc: Fix missing prototype for lpfc_nvmet_prep_abort_wqe()

lpfc_nvmet_prep_abort_wqe() needs to be declared static.

Link: https://lore.kernel.org/r/20201119203316.121725-1-james.smart@broadcom.com
Fixes: f54ddebebd98 ("scsi: lpfc: Convert abort handling to SLI-3 and SLI-4 handlers")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: James Smart <james.smart@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/lpfc/lpfc_nvmet.c