public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu/display: remove duplicate include header in files
@ 2023-01-28  1:39 ye.xingchen
  2023-01-31 17:18 ` Alex Deucher
  0 siblings, 1 reply; 2+ messages in thread
From: ye.xingchen @ 2023-01-28  1:39 UTC (permalink / raw)
  To: alexander.deucher
  Cc: harry.wentland, sunpeng.li, rodrigo.siqueira, christian.koenig,
	xinhui.pan, airlied, daniel, wenjing.liu, haoping.liu,
	george.shen, dingchen.zhang, ian.chen, amd-gfx, dri-devel,
	linux-kernel

From: ye xingchen <ye.xingchen@zte.com.cn>

opp.h is included more than once.

Signed-off-by: ye xingchen <ye.xingchen@zte.com.cn>
---
 drivers/gpu/drm/amd/display/dc/core/dc_link.c | 1 -
 1 file changed, 1 deletion(-)

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"
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-31 17:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-28  1:39 [PATCH] drm/amdgpu/display: remove duplicate include header in files ye.xingchen
2023-01-31 17:18 ` Alex Deucher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox