diff options
author | 2023-01-28 09:39:08 +0800 | |
---|---|---|
committer | 2023-02-03 15:37:41 -0500 | |
commit | 65a4cfb45e0e29a10fb35655f2375e1fc2f13c65 (patch) | |
tree | c3fd855e36a1fcc6f8c439842ce4ef4f642a7ace /drivers/gpu/drm/amd/display | |
parent | drm/amdgpu: Fix a typo ("boradcast") (diff) | |
download | linux-rng-65a4cfb45e0e29a10fb35655f2375e1fc2f13c65.tar.xz linux-rng-65a4cfb45e0e29a10fb35655f2375e1fc2f13c65.zip |
drm/amdgpu/display: remove duplicate include header in files
opp.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>
Diffstat (limited to 'drivers/gpu/drm/amd/display')
-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" |