drm/amd/display: make dcn32_mpc_funcs static
authorruanjinjie <ruanjinjie@huawei.com>
Wed, 19 Oct 2022 06:23:47 +0000 (14:23 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 24 Oct 2022 18:34:47 +0000 (14:34 -0400)
commit178919f8ff2d4cd1ad32680eb767e6761e9d00ea
treedaa4771a60fbc9ffb12ffa137b0e3175ae4a0148
parent72c9abd5399d9f5c20a5b93737e67edba3189079
drm/amd/display: make dcn32_mpc_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_mpc.c:985:24: warning:
symbol 'dcn32_mpc_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_mpc.c