diff options
| author | Nathan Chancellor <[email protected]> | 2019-06-05 22:24:21 -0700 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2019-06-18 19:46:25 -0400 |
| commit | 336df6eb628298e27e40e23d1eb00a0fb7083269 (patch) | |
| tree | 255eeba5d78e62aa8c294038ea26f07016b5a1cd /tools/perf/scripts/python/Perf-Trace-Util/lib | |
| parent | 0824721463bc0c9394838af771dc7a8995065efa (diff) | |
scsi: lpfc: Avoid unused function warnings
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 <[email protected]>
Acked-by: James Smart <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib')
0 files changed, 0 insertions, 0 deletions