[PATCH -next] drm/amd/display: Make dc_link_detect_helper static

2019-10-18 Thread YueHaibing
Fix sparse warning: drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link.c:746:6: warning: symbol 'dc_link_detect_helper' was not declared. Should it be static? Reported-by: Hulk Robot Signed-off-by: YueHaibing --- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 3 ++- 1 file changed, 2

Re: [PATCH -next] drm/amd/display: Make dc_link_detect_helper static

2019-10-16 Thread Alex Deucher
On Wed, Oct 16, 2019 at 8:29 AM YueHaibing wrote: > > Fix sparse warning: > > drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link.c:746:6: > warning: symbol 'dc_link_detect_helper' was not declared. Should it be > static? > > Reported-by: Hulk Robot > Signed-off-by: YueHaibing Applied.