diff options
author | 2018-11-21 12:54:31 -0800 | |
---|---|---|
committer | 2019-01-14 15:04:36 -0500 | |
commit | 923a3743abbece8426a545e8cacab5202f4b32c4 (patch) | |
tree | 0553f11a72f8ed0e0560956e1da077b95ccc5a22 /drivers/gpu/drm/amd | |
parent | drm/amd/display: remove sink reference in dc_stream_state (diff) | |
download | wireguard-linux-923a3743abbece8426a545e8cacab5202f4b32c4.tar.xz wireguard-linux-923a3743abbece8426a545e8cacab5202f4b32c4.zip |
drm/amd/display: Remove unused headers
They're not being used, so remove them.
Signed-off-by: Imad Syed <imad.syed@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/core/dc_link.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_link.c b/drivers/gpu/drm/amd/display/dc/core/dc_link.c index ba8e8e1fb110..5e5c162ca304 100644 --- a/drivers/gpu/drm/amd/display/dc/core/dc_link.c +++ b/drivers/gpu/drm/amd/display/dc/core/dc_link.c @@ -43,10 +43,6 @@ #include "dpcd_defs.h" #include "dmcu.h" -#include "dce/dce_11_0_d.h" -#include "dce/dce_11_0_enum.h" -#include "dce/dce_11_0_sh_mask.h" - #define DC_LOGGER_INIT(logger) |