diff options
author | ye xingchen <[email protected]> | 2023-01-28 09:39:08 +0800 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-02-03 15:37:41 -0500 |
commit | 65a4cfb45e0e29a10fb35655f2375e1fc2f13c65 (patch) | |
tree | c3fd855e36a1fcc6f8c439842ce4ef4f642a7ace | |
parent | a2f42b5efe6e49b7447e54706925c7016d77388f (diff) |
drm/amdgpu/display: remove duplicate include header in files
opp.h is included more than once.
Signed-off-by: ye xingchen <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/core/dc_link.c | 1 |
1 files changed, 0 insertions, 1 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 6475664baa8a..1a2ab934b4bd 100644 --- a/drivers/gpu/drm/amd/display/dc/core/dc_link.c +++ b/drivers/gpu/drm/amd/display/dc/core/dc_link.c @@ -46,7 +46,6 @@ #include "dpcd_defs.h" #include "dmcu.h" #include "dsc.h" -#include "opp.h" #include "hw/clk_mgr.h" #include "dce/dmub_psr.h" #include "dmub/dmub_srv.h" |