OSDN Git Service

drm/amd/display: make wake_up_aux_channel static
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Wed, 26 Oct 2022 07:01:09 +0000 (15:01 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 27 Oct 2022 19:12:09 +0000 (15:12 -0400)
commit5156133094dd6b57325fa107aca8be5be679452e
treed27a9315decf33157023e237de90ed2f0eb9a539
parentd69a3b762dc4c9fe257b89c2a9ae809770a81d38
drm/amd/display: make wake_up_aux_channel static

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

drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link_dp.c:5230:16: warning: no previous prototype for function 'wake_up_aux_channel'.

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2581
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c