diff options
author | Lee Jones <[email protected]> | 2020-07-21 17:41:44 +0100 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2020-07-24 22:10:02 -0400 |
commit | 11d8e56bfd3fbfd470e21e447fedbd0f6e3414a9 (patch) | |
tree | cd2df4810f5fb0a7277ddeeaec0262e7db09a836 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 3bbd8ef9f780749426d4e52be0dfa3f70656d92b (diff) |
scsi: lpfc: Ensure variable has the same stipulations as code using it
'pg_addr' is only used when CONFIG_X86 is defined. So only declare it if
CONFIG_X86 is defined.
Fixes the following W=1 kernel build warning(s):
drivers/scsi/lpfc/lpfc_sli.c: In function ‘lpfc_wq_create’:
drivers/scsi/lpfc/lpfc_sli.c:15813:16: warning: unused variable ‘pg_addr’ [-Wunused-variable]
15813 | unsigned long pg_addr;
| ^~~~~~~
Link: https://lore.kernel.org/r/[email protected]
Cc: James Smart <[email protected]>
Cc: Dick Kennedy <[email protected]>
Cc: Sumit Semwal <[email protected]>
Cc: "Christian König" <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Lee Jones <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions