drm/amdgpu: Remove the unused variable golden_settings_gc_9_4_3
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Sat, 6 May 2023 08:10:43 +0000 (16:10 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Jun 2023 13:34:03 +0000 (09:34 -0400)
commit9e72813f69b178b676a54c4d6b24d3e84492b61a
tree5c493f88dd9d4728aea2d6e6d83098c1fc6be035
parentb9274387bc2a4cf54b02e039b6a0aef5dd5f2936
drm/amdgpu: Remove the unused variable golden_settings_gc_9_4_3

Variable golden_settings_gc_9_4_3 is not effectively used, so delete it.

drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c:48:38: warning: ‘golden_settings_gc_9_4_3’ defined but not used.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=4877
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c