Commit c1534016 authored by Zhang Yunkai's avatar Zhang Yunkai Committed by Alex Deucher

drm/amd/display: remove duplicate include in dcn21 and gpio

'dce110_resource.h' included in 'dcn21_resource.c' is duplicated.
'hw_gpio.h' included in 'hw_factory_dce110.c' is duplicated.
Signed-off-by: default avatarZhang Yunkai <zhang.yunkai@zte.com.cn>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 51713e4e
...@@ -61,7 +61,6 @@ ...@@ -61,7 +61,6 @@
#include "dcn21/dcn21_dccg.h" #include "dcn21/dcn21_dccg.h"
#include "dcn21_hubbub.h" #include "dcn21_hubbub.h"
#include "dcn10/dcn10_resource.h" #include "dcn10/dcn10_resource.h"
#include "dce110/dce110_resource.h"
#include "dce/dce_panel_cntl.h" #include "dce/dce_panel_cntl.h"
#include "dcn20/dcn20_dwb.h" #include "dcn20/dcn20_dwb.h"
......
...@@ -48,10 +48,6 @@ ...@@ -48,10 +48,6 @@
#define REGI(reg_name, block, id)\ #define REGI(reg_name, block, id)\
mm ## block ## id ## _ ## reg_name mm ## block ## id ## _ ## reg_name
#include "../hw_gpio.h"
#include "../hw_ddc.h"
#include "../hw_hpd.h"
#include "reg_helper.h" #include "reg_helper.h"
#include "../hpd_regs.h" #include "../hpd_regs.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment