aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
diff options
context:
space:
mode:
authorTom Rix <[email protected]>2022-04-23 13:44:02 +0000
committerAlex Deucher <[email protected]>2022-04-26 15:43:51 +0000
commit790d8e8ecbacfa36be0b70e5a361e8ec4a55bdac (patch)
tree6222d4efe57463ca683de0b27ae5d8256664fff9 /drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
parentdrm/amd/display: fix non-kernel-doc comment warnings (diff)
downloadkernel-790d8e8ecbacfa36be0b70e5a361e8ec4a55bdac.tar.gz
kernel-790d8e8ecbacfa36be0b70e5a361e8ec4a55bdac.zip
drm/radeon: change cik_default_state table from global to static
Sparse reports these issues cik_blit_shaders.c:31:11: warning: symbol 'cik_default_state' was not declared. Should it be static? cik_blit_shaders.c:246:11: warning: symbol 'cik_default_size' was not declared. Should it be static? cik_default_state and cik_default_size are only used in cik.c. Single file symbols should be static. So move their definitions to cik_blit_shaders.h and change their storage-class-specifier to static. Remove unneeded cik_blit_shader.c Signed-off-by: Tom Rix <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c')
0 files changed, 0 insertions, 0 deletions