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)
commit185d17e11e7f98e0d1f499d702d9792a4ed5ae47
tree40e9835a25eb4ca30ae6ecf08c19429786273b2d
parent09b15e35071d35947b6e6da5b1a1d0cab73c12a6
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: db7531d2b377 ("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