drm/amd/display: make dcn32_mmhubbub_funcs static
authorruanjinjie <ruanjinjie@huawei.com>
Wed, 19 Oct 2022 06:31:15 +0000 (14:31 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 24 Oct 2022 18:34:47 +0000 (14:34 -0400)
commit72c9abd5399d9f5c20a5b93737e67edba3189079
tree2bfacce8a039fe8ca3701535d8f76f24d124c6e9
parent9feece0d96124096e7268007bd2d3905a29d92ac
drm/amd/display: make dcn32_mmhubbub_funcs static

The symbol is not used outside of the file, so mark it static.

Fixes the following warning:

drivers/gpu/drm/amd/amdgpu/../display/dc/dcn32/dcn32_mmhubbub.c:214:28:
warning: symbol 'dcn32_mmhubbub_funcs' was
not declared. Should it be static?

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: ruanjinjie <ruanjinjie@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_mmhubbub.c