diff options
author | 2020-05-07 21:50:23 +0800 | |
---|---|---|
committer | 2020-05-07 16:25:14 -0400 | |
commit | 3852ee795324ba7d9bc06acbc9b50eb1da2a9c7d (patch) | |
tree | 1d9a0cafec51fc1a2dd9bed5a34698b65532f87b | |
parent | drm/amd/display: remove variable "result" in dcn20_patch_unknown_plane_state() (diff) | |
download | wireguard-linux-3852ee795324ba7d9bc06acbc9b50eb1da2a9c7d.tar.xz wireguard-linux-3852ee795324ba7d9bc06acbc9b50eb1da2a9c7d.zip |
drm/amd/display: remove duplicate headers
Remove duplicate headers which are included twice.
Signed-off-by: Chen Zhou <chenzhou10@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c b/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c index f9fa0f7712b3..ebad1787f5cb 100644 --- a/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c +++ b/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c @@ -13,7 +13,6 @@ #include "core_status.h" #include "dpcd_defs.h" -#include "resource.h" #define DC_LOGGER \ link->ctx->logger |