From bfeaaf5d821d2456d4852efefbdd6502a3e4220b Mon Sep 17 00:00:00 2001 From: Harry Wentland Date: Tue, 22 Aug 2017 10:29:23 -0400 Subject: [PATCH 2306/4131] drm/amd/display: dc: Remove unneeded includes in DCN Signed-off-by: Harry Wentland Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c index 72d2d84..54e37b1 100644 --- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c +++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c @@ -39,9 +39,6 @@ #include "opp.h" #include "ipp.h" #include "mpc.h" -#include "dcn/dcn_1_0_offset.h" -#include "dcn/dcn_1_0_sh_mask.h" -#include "soc15ip.h" #include "reg_helper.h" #define CTX \ -- 2.7.4