Re: [PATCH 07/10] drm/amd: append missing includes

2021-12-08 Thread Alex Deucher
Applied. Thanks! On Wed, Dec 8, 2021 at 10:11 AM Rodrigo Siqueira Jordao wrote: > > > > On 2021-12-07 8:25 p.m., Isabella Basso wrote: > > This fixes warnings caused by global functions lacking prototypes:, such as: > > > > warning: no previous prototype for 'dcn303_hw_sequencer_construct' > >

Re: [PATCH 07/10] drm/amd: append missing includes

2021-12-08 Thread Rodrigo Siqueira Jordao
On 2021-12-07 8:25 p.m., Isabella Basso wrote: This fixes warnings caused by global functions lacking prototypes:, such as: warning: no previous prototype for 'dcn303_hw_sequencer_construct' [-Wmissing-prototypes] 12 | void dcn303_hw_sequencer_construct(struct dc *dc) | ^~

[PATCH 07/10] drm/amd: append missing includes

2021-12-07 Thread Isabella Basso
This fixes warnings caused by global functions lacking prototypes:, such as: warning: no previous prototype for 'dcn303_hw_sequencer_construct' [-Wmissing-prototypes] 12 | void dcn303_hw_sequencer_construct(struct dc *dc) | ^ ... warning: no previous proto