diff options
author | Tom Rix <trix@redhat.com> | 2023-04-11 10:08:50 -0400 |
---|---|---|
committer | Oded Gabbay <ogabbay@kernel.org> | 2023-06-05 15:31:33 +0300 |
commit | d95f87d29cf2097485765baac5109cecb486b5ee (patch) | |
tree | f908f706d6e28b6424f557ede9c91f23e9999623 /tools/perf/scripts/python/syscall-counts.py | |
parent | 2e1492835e439fceba57a5b0f9b17da8e78ffa3d (diff) |
accel/habanalabs: remove variable gaudi_irq_name
gcc with W=1 reports
drivers/accel/habanalabs/gaudi/gaudi.c:117:19: error:
‘gaudi_irq_name’ defined but not used [-Werror=unused-const-variable=]
117 | static const char gaudi_irq_name[GAUDI_MSI_ENTRIES][GAUDI_MAX_STRING_LEN] = {
| ^~~~~~~~~~~~~~
This variable is not used so remove it.
Signed-off-by: Tom Rix <trix@redhat.com>
Reviewed-by: Oded Gabbay <ogabbay@kernel.org>
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions