aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
diff options
context:
space:
mode:
authorTom Rix <[email protected]>2022-04-25 13:13:08 +0000
committerLyude Paul <[email protected]>2022-04-26 17:48:16 +0000
commit7f7166d0a84d20a4a36539658d6d8a591e8cb223 (patch)
tree348af46d6594f3855f925de573c7552f2371858e /drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
parentdrm/nouveau/disp/gv100: make gv100_disp_wimm static (diff)
downloadkernel-7f7166d0a84d20a4a36539658d6d8a591e8cb223.tar.gz
kernel-7f7166d0a84d20a4a36539658d6d8a591e8cb223.zip
drm/nouveau/disp/gv100: make gv100_disp_wndw and gv100_disp_wndw_mthd static
Sparse reports these issues wndwgv100.c:120:1: warning: symbol 'gv100_disp_wndw_mthd' was not declared. Should it be static? wndwgv100.c:140:1: warning: symbol 'gv100_disp_wndw' was not declared. Should it be static? These variable are only used in wndwgv100.c. Single file variables should be static. So use static as their storage-class specifiers. Signed-off-by: Tom Rix <[email protected]> Reviewed-by: Lyude Paul <[email protected]> Signed-off-by: Lyude Paul <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c')
0 files changed, 0 insertions, 0 deletions