drm/amd/display: make two symbols static
authorJason Yan <yanaijie@huawei.com>
Mon, 28 Sep 2020 02:35:43 +0000 (10:35 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 29 Sep 2020 20:11:40 +0000 (16:11 -0400)
commitfaf0389f1e4004be84ede2d603d3f150d3cdfa99
treeb96ef170ec40e861e268d11a5fc38b7958e2b7b1
parent0ac900bae2c385f169577e1bc5de711c1c648b2b
drm/amd/display: make two symbols static

This addresses the following sparse warning:

drivers/gpu/drm/amd/amdgpu/../display/dc/dce110/dce110_hw_sequencer.c:2740:6:
warning: symbol 'dce110_set_cursor_position' was not declared. Should it
be static?
drivers/gpu/drm/amd/amdgpu/../display/dc/dce110/dce110_hw_sequencer.c:2785:6:
warning: symbol 'dce110_set_cursor_attribute' 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: Jason Yan <yanaijie@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c