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)
commit2bdcb12ff69df5e42eeebb297ddfc110ee8af203
treeca51406d303e0c3dce0f1388b1e31a05f64e944d
parentf3067604b8de052c6a1c65eed3305cb6f3f9eb18
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