diff options
author | 2017-08-22 10:29:23 -0400 | |
---|---|---|
committer | 2017-09-26 18:16:58 -0400 | |
commit | 0045b749bdedc60ca46a7801cb9b5ae967bea669 (patch) | |
tree | 5f4dbc6d2204d47411b877c1692440a17dac0859 | |
parent | drm/amd/display: memory leak dwb (diff) | |
download | linux-dev-0045b749bdedc60ca46a7801cb9b5ae967bea669.tar.xz linux-dev-0045b749bdedc60ca46a7801cb9b5ae967bea669.zip |
drm/amd/display: dc: Remove unneeded includes in DCN
Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c | 3 |
1 files changed, 0 insertions, 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 69f67f6e27b1..54e37b10ffbf 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 "raven1/DCN/dcn_1_0_offset.h" -#include "raven1/DCN/dcn_1_0_sh_mask.h" -#include "vega10/soc15ip.h" #include "reg_helper.h" #define CTX \ |