diff options
author | ye xingchen <ye.xingchen@zte.com.cn> | 2023-01-18 15:39:00 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-01-19 17:24:26 -0500 |
commit | 603a521ec2796c221acfe0ea6a84338f589eb434 (patch) | |
tree | aad5cb2d885fe2a861bcb11405ab9636e2ddcac2 | |
parent | e3e84b0a03a303421704bd3f305ca91a5226dc7d (diff) | |
download | linux-603a521ec2796c221acfe0ea6a84338f589eb434.tar.gz |
drm/amd/display: remove duplicate included header files
resource.h is included more than once.
Signed-off-by: ye xingchen <ye.xingchen@zte.com.cn>
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 1e60827911c6..6747e4b199de 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 @@ -47,7 +47,6 @@ #include "link/link_dp_training_auxless.h" #include "link/link_dp_phy.h" #include "link/link_dp_capability.h" -#include "resource.h" #define DC_LOGGER \ link->ctx->logger |