summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorye xingchen <ye.xingchen@zte.com.cn>2023-01-28 09:39:08 +0800
committerAlex Deucher <alexander.deucher@amd.com>2023-02-03 15:37:41 -0500
commit65a4cfb45e0e29a10fb35655f2375e1fc2f13c65 (patch)
treec3fd855e36a1fcc6f8c439842ce4ef4f642a7ace
parenta2f42b5efe6e49b7447e54706925c7016d77388f (diff)
downloadlinux-stable-65a4cfb45e0e29a10fb35655f2375e1fc2f13c65.tar.gz
linux-stable-65a4cfb45e0e29a10fb35655f2375e1fc2f13c65.tar.bz2
linux-stable-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>
-rw-r--r--drivers/gpu/drm/amd/display/dc/core/dc_link.c1
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"