scsi: lpfc: Make lpfc_sli4_oas_verify static
authorYueHaibing <yuehaibing@huawei.com>
Wed, 17 Apr 2019 15:05:54 +0000 (23:05 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 19 Apr 2019 00:35:58 +0000 (20:35 -0400)
commitc70929752511cb73dfb940d4c3f00e75ab55ef67
treebc6e1f71b8b82a9e9b30de3ec2599a38304c33d1
parentefc372c1bfe14c3c6c3492b56181c45dcbe17e61
scsi: lpfc: Make lpfc_sli4_oas_verify static

Fix sparse warning:

drivers/scsi/lpfc/lpfc_init.c:13091:1: warning:
 symbol 'lpfc_sli4_oas_verify' was not declared. Should it be static?

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: James Smart <james.smart@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/lpfc/lpfc_init.c