]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Add missing prototypes to dcn201_init
authorMaíra Canal <maira.canal@usp.br>
Tue, 22 Feb 2022 13:17:00 +0000 (10:17 -0300)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 23 Feb 2022 19:03:20 +0000 (14:03 -0500)
commitcdf0ab2fe1ae9840e06d3b0fdf32e3b400d711eb
treeca51406d303e0c3dce0f1388b1e31a05f64e944d
parent6430b87c2ecc1cfc2d95f1405122456aa79cc452
drm/amd/display: Add missing prototypes to dcn201_init

Include the header with the prototype to silence the following clang
warning:

drivers/gpu/drm/amd/amdgpu/../display/dc/dcn201/dcn201_init.c:127:6:
warning: no previous prototype for function 'dcn201_hw_sequencer_construct'
[-Wmissing-prototypes]
    void dcn201_hw_sequencer_construct(struct dc *dc)
         ^

Signed-off-by: Maíra Canal <maira.canal@usp.br>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn201/dcn201_init.c