]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Make dcn401_dsc_funcs static
authorJinjie Ruan <ruanjinjie@huawei.com>
Wed, 21 Aug 2024 06:40:39 +0000 (14:40 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 23 Aug 2024 14:53:42 +0000 (10:53 -0400)
commit2845f512232de9e436b9e3b5529e906e62414013
treec2192d8d5b24aa10cbc10e122f99cd9f33d91d2c
parent570867ef90550b01f0ca0f919dba308c3f2fb605
drm/amd/display: Make dcn401_dsc_funcs static

The sparse tool complains as follows:

drivers/gpu/drm/amd/amdgpu/../display/dc/dsc/dcn401/dcn401_dsc.c:30:24: warning:
symbol 'dcn401_dsc_funcs' was not declared. Should it be static?

This symbol is not used outside of dcn401_dsc.c, so marks it static.

Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dsc/dcn401/dcn401_dsc.c