]> Git Repo - linux.git/commitdiff
drm/amd/display: remove duplicate dcn314 includes
authorAlex Deucher <[email protected]>
Tue, 12 Jul 2022 13:53:02 +0000 (09:53 -0400)
committerAlex Deucher <[email protected]>
Thu, 14 Jul 2022 00:57:05 +0000 (20:57 -0400)
Several headers were included twice.  Fix that.

Reported-by: kernel test robot <[email protected]>
Reviewed-by: Harry Wentland <[email protected]>
Reviewed-by: AndrĂ© Almeida <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/display/dc/dcn314/dcn314_hwseq.c
drivers/gpu/drm/amd/display/dc/dcn314/dcn314_optc.c
drivers/gpu/drm/amd/display/dc/dcn314/dcn314_resource.c

index a0c132666b5fa263ab37a88b9f28be0692a32298..90ec76487264cbb0e75bbe7da99f8a822b174912 100644 (file)
@@ -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"
index 4c14afef381d058eab6c2dcd5cb8a740ff0cf92a..436c3545a98318d9e9e90a2b0ed9c3960ec66eb0 100644 (file)
@@ -25,7 +25,6 @@
  */
 
 #include "dcn314_optc.h"
-#include "dcn314_optc.h"
 
 #include "dcn30/dcn30_optc.h"
 #include "dcn31/dcn31_optc.h"
index 053a06b2fff999ae0ce9ec42ca4fef72a21cd005..ba371769dc3e35437673d031fd9e9c804d39613e 100644 (file)
@@ -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"
This page took 0.06524 seconds and 4 git commands to generate.