On 6/5/2019 10:24 PM, Nathan Chancellor wrote:
When building powerpc pseries_defconfig or powernv_defconfig:

drivers/scsi/lpfc/lpfc_nvmet.c:224:1: error: unused function
'lpfc_nvmet_get_ctx_for_xri' [-Werror,-Wunused-function]
drivers/scsi/lpfc/lpfc_nvmet.c:246:1: error: unused function
'lpfc_nvmet_get_ctx_for_oxid' [-Werror,-Wunused-function]

These functions are only compiled when CONFIG_NVME_TARGET_FC is enabled.
Use that same condition so there is no more warning. While the fixes
commit did not introduce these functions, it caused these warnings.

Fixes: 4064b27417a7 ("scsi: lpfc: Make some symbols static")
Signed-off-by: Nathan Chancellor <natechancel...@gmail.com>
---
  drivers/scsi/lpfc/lpfc_nvmet.c | 2 ++
  1 file changed, 2 insertions(+)



Looks fine.

Reviewed-by:  James Smart  <james.sm...@broadcom.com>


Reply via email to