]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: lpfc: Fix missing prototype warning for lpfc_fdmi_vendor_attr_mi()
authorJames Smart <james.smart@broadcom.com>
Thu, 19 Nov 2020 20:33:28 +0000 (12:33 -0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 20 Nov 2020 03:19:41 +0000 (22:19 -0500)
commit3d8b5360d2fb80371a5f611cd4b3f33a33f795a7
tree49b5b3b289a6dce56328c376ec16e39f39223831
parent8f9e501f86e9cfc3ba909f2cf658b88758a59bd8
scsi: lpfc: Fix missing prototype warning for lpfc_fdmi_vendor_attr_mi()

Function needs to be declared as static.

Link: https://lore.kernel.org/r/20201119203328.121772-1-james.smart@broadcom.com
Fixes: 6e32626902c8 ("scsi: lpfc: Add FDMI Vendor MIB support")
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_ct.c