On 2022-07-12 09:55, Alex Deucher wrote: > Several headers were included twice. Fix that. > > Reported-by: kernel test robot <yujie.liu@xxxxxxxxx> > Signed-off-by: Alex Deucher <alexander.deucher@xxxxxxx> Reviewed-by: Harry Wentland <harry.wentland@xxxxxxx> Harry > --- > drivers/gpu/drm/amd/display/dc/dcn314/dcn314_hwseq.c | 1 - > drivers/gpu/drm/amd/display/dc/dcn314/dcn314_optc.c | 1 - > drivers/gpu/drm/amd/display/dc/dcn314/dcn314_resource.c | 1 - > 3 files changed, 3 deletions(-) > > diff --git a/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_hwseq.c b/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_hwseq.c > index a0c132666b5f..90ec76487264 100644 > --- a/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_hwseq.c > +++ b/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_hwseq.c > @@ -34,7 +34,6 @@ > #include "clk_mgr.h" > #include "reg_helper.h" > #include "abm.h" > -#include "clk_mgr.h" > #include "hubp.h" > #include "dchubbub.h" > #include "timing_generator.h" > diff --git a/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_optc.c b/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_optc.c > index 4ed6e24b8231..c4a5f8198209 100644 > --- a/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_optc.c > +++ b/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_optc.c > @@ -25,7 +25,6 @@ > */ > > #include "dcn314_optc.h" > -#include "dcn314_optc.h" > > #include "dcn30/dcn30_optc.h" > #include "dcn31/dcn31_optc.h" > diff --git a/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_resource.c b/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_resource.c > index 053a06b2fff9..ba371769dc3e 100644 > --- a/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_resource.c > +++ b/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_resource.c > @@ -60,7 +60,6 @@ > #include "dcn31/dcn31_hpo_dp_stream_encoder.h" > #include "dcn31/dcn31_hpo_dp_link_encoder.h" > #include "dcn31/dcn31_apg.h" > -#include "dcn31/dcn31_dio_link_encoder.h" > #include "dcn31/dcn31_vpg.h" > #include "dcn31/dcn31_afmt.h" > #include "dce/dce_clock_source.h"