drm/amd/display: Remove duplicated include in dcn35_clk_mgr.c
authorYang Li <yang.lee@linux.alibaba.com>
Fri, 1 Sep 2023 00:52:26 +0000 (08:52 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 6 Sep 2023 18:33:03 +0000 (14:33 -0400)
./drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c: dcn35_clk_mgr.h is included more than once.

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c

index 3b2463c03694c3177980750b523598978a67e2ff..9314e75195cd4b040e95fb0520c5767760a0cf0e 100644 (file)
@@ -46,7 +46,6 @@
 /* TODO: remove this include once we ported over remaining clk mgr functions*/
 #include "dcn30/dcn30_clk_mgr.h"
 #include "dcn31/dcn31_clk_mgr.h"
-#include "dcn35_clk_mgr.h"
 
 #include "dc_dmub_srv.h"
 #include "link.h"