diff options
author | Bart Van Assche <bvanassche@acm.org> | 2019-04-05 19:14:10 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2019-04-09 04:26:11 +0300 |
commit | d964b3e5343851fc6e7d8272d643007a29788139 (patch) | |
tree | 3e76a3fdc9b03e24c3a35639856ad3673fc419d0 /include | |
parent | 25ea6b19db54a76879e388ff4dfd67be48890f0d (diff) | |
download | linux-d964b3e5343851fc6e7d8272d643007a29788139.tar.xz |
scsi: lpfc: Fix a recently introduced compiler warning
This patch avoids that the following compiler warning is reported with
CONFIG_NVME_FC=n:
drivers/scsi/lpfc/lpfc_nvme.c:2140:1: warning: 'lpfc_nvme_lport_unreg_wait' defined but not used [-Wunused-function]
lpfc_nvme_lport_unreg_wait(struct lpfc_vport *vport,
^~~~~~~~~~~~~~~~~~~~~~~~~~
Fixes: 3999df75bccb ("scsi: lpfc: Declare local functions static")
Cc: James Smart <james.smart@broadcom.com>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Acked-by: James Smart <james.smart@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions