commit | 185d17e11e7f98e0d1f499d702d9792a4ed5ae47 | [log] [tgz] |
---|---|---|
author | James Smart <james.smart@broadcom.com> | Thu Nov 19 12:33:16 2020 -0800 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Thu Nov 19 22:21:50 2020 -0500 |
tree | 40e9835a25eb4ca30ae6ecf08c19429786273b2d | |
parent | 09b15e35071d35947b6e6da5b1a1d0cab73c12a6 [diff] |
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>