drm/amd/display: set variable dccg314_init storage-class-specifier to static
authorTom Rix <trix@redhat.com>
Sat, 15 Apr 2023 15:17:22 +0000 (11:17 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 18 Apr 2023 20:28:51 +0000 (16:28 -0400)
commit0c1f033159712b3d071cfe4a3ec0f36f1914453b
treeec458ebae09cd192207f1138ecdd626c5ff3f4ac
parent64626c0ee13257e330bc09fa6a169385c0eaf9ca
drm/amd/display: set variable dccg314_init storage-class-specifier to static

smatch reports
drivers/gpu/drm/amd/amdgpu/../display/dc/dcn314/dcn314_dccg.c:277:6: warning: symbol
  'dccg314_init' was not declared. Should it be static?

This variable is only used in one file so should be static.

Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn314/dcn314_dccg.c