diff options
author | Tom Rix <trix@redhat.com> | 2023-03-30 11:20:40 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-06-09 12:33:38 -0400 |
commit | 0df1106bfd13a9fe1eb7c33666bec091bc37c2a7 (patch) | |
tree | 466ef0e91e6fa2c8e05ae5b0d534e6d2683f4e49 /drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c | |
parent | 09521b5d49222d5ae932c4d738b2d55fb7abb415 (diff) | |
download | linux-0df1106bfd13a9fe1eb7c33666bec091bc37c2a7.tar.gz linux-0df1106bfd13a9fe1eb7c33666bec091bc37c2a7.tar.bz2 linux-0df1106bfd13a9fe1eb7c33666bec091bc37c2a7.zip |
drm/amdkfd: remove unused sq_int_priv variable
clang with W=1 reports
drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_int_process_v11.c:282:38: error: variable
'sq_int_priv' set but not used [-Werror,-Wunused-but-set-variable]
uint8_t sq_int_enc, sq_int_errtype, sq_int_priv;
^
This variable is not used so remove it.
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c')
0 files changed, 0 insertions, 0 deletions