]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: make get_color_space_type() static
authorJason Yan <yanaijie@huawei.com>
Mon, 28 Sep 2020 02:36:41 +0000 (10:36 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 29 Sep 2020 20:11:35 +0000 (16:11 -0400)
commit0dd22c23b712cb524e4669c02dbc892d4420c37e
tree2e721011ed2313ae55e6f9568217968d85f786c6
parent35c780472f19b1eb019fbfe133ffc77bf7799a7a
drm/amd/display: make get_color_space_type() static

This addresses the following sparse warning:

drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_hw_sequencer.c:180:26:
warning: symbol 'get_color_space_type' 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/core/dc_hw_sequencer.c