Re: [PATCH] drm/amd/display: change several dcn30 variables storage-class-specifier to static

2023-03-06 Thread Alex Deucher
Applied. Thanks! Alex On Sun, Mar 5, 2023 at 7:52 AM Tom Rix wrote: > > smatch reports these similar problems in dcn30 > drivers/gpu/drm/amd/amdgpu/../display/dc/dcn30/dcn30_dwb.c:223:25: > warning: symbol 'dcn30_dwbc_funcs' was not declared. Should it be static? > drivers/gpu/drm/amd/amdgpu/

[PATCH] drm/amd/display: change several dcn30 variables storage-class-specifier to static

2023-03-06 Thread Tom Rix
smatch reports these similar problems in dcn30 drivers/gpu/drm/amd/amdgpu/../display/dc/dcn30/dcn30_dwb.c:223:25: warning: symbol 'dcn30_dwbc_funcs' was not declared. Should it be static? drivers/gpu/drm/amd/amdgpu/../display/dc/dcn30/dcn30_mmhubbub.c:214:28: warning: symbol 'dcn30_mmhubbub_fun