drm/amd/display: Make function wait_for_alt_mode static
authorzhengbin <zhengbin13@huawei.com>
Sat, 5 Oct 2019 02:44:32 +0000 (10:44 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 7 Oct 2019 20:10:29 +0000 (15:10 -0500)
commitb77095d5e1b5df2e38d15cd7ed180176b3284ba5
treed7160eb2f2561523825ff9aac03884144b966dfd
parent63617d8b125ed9f674133dd000b6df58d6b2965a
drm/amd/display: Make function wait_for_alt_mode static

Fix sparse warnings:

drivers/gpu/drm/amd/display/dc/core/dc_link.c:687:6: warning: symbol 'wait_for_alt_mode' was not declared. Should it be static?

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_link.c