drm/amd/display: remove duplicate include in dcn21 and gpio
authorZhang Yunkai <zhang.yunkai@zte.com.cn>
Sat, 6 Mar 2021 11:05:25 +0000 (03:05 -0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 24 Mar 2021 03:03:32 +0000 (23:03 -0400)
'dce110_resource.h' included in 'dcn21_resource.c' is duplicated.
'hw_gpio.h' included in 'hw_factory_dce110.c' is duplicated.

Signed-off-by: Zhang Yunkai <zhang.yunkai@zte.com.cn>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn21/dcn21_resource.c
drivers/gpu/drm/amd/display/dc/gpio/dce110/hw_factory_dce110.c

index 644a91c95178e179e6bc9e2086928111ef23647c..2c4e309d1836dbfc484209dc9f4afcb0f22f2c39 100644 (file)
@@ -61,7 +61,6 @@
 #include "dcn21/dcn21_dccg.h"
 #include "dcn21_hubbub.h"
 #include "dcn10/dcn10_resource.h"
-#include "dce110/dce110_resource.h"
 #include "dce/dce_panel_cntl.h"
 
 #include "dcn20/dcn20_dwb.h"
index 66e4841f41e4e2021e7b456e457b143e1f033998..ca335ea60412c5a4f10f44de52889a1c9c6da9b3 100644 (file)
 #define REGI(reg_name, block, id)\
        mm ## block ## id ## _ ## reg_name
 
-#include "../hw_gpio.h"
-#include "../hw_ddc.h"
-#include "../hw_hpd.h"
-
 #include "reg_helper.h"
 #include "../hpd_regs.h"