commit | 0ac900bae2c385f169577e1bc5de711c1c648b2b | [log] [tgz] |
---|---|---|
author | Jason Yan <yanaijie@huawei.com> | Mon Sep 28 10:36:41 2020 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Sep 29 16:11:35 2020 -0400 |
tree | 2e721011ed2313ae55e6f9568217968d85f786c6 | |
parent | 69fc1f4b976ceafe91c64e1fc4ec2a2fe8b916aa [diff] |
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>