drm/amd/display: Remove duplicated include in dcn35_hwseq.c
authorYang Li <yang.lee@linux.alibaba.com>
Fri, 1 Sep 2023 00:52:25 +0000 (08:52 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 6 Sep 2023 18:32:36 +0000 (14:32 -0400)
./drivers/gpu/drm/amd/display/dc/dcn35/dcn35_hwseq.c: 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/dcn35/dcn35_hwseq.c

index cacb557a301456699ff5019f0dfd6e78345d4f77..666e2809d9dc5e7cc73d92416b3fc9810fc2ca29 100644 (file)
@@ -31,7 +31,6 @@
 #include "clk_mgr.h"
 #include "reg_helper.h"
 #include "abm.h"
-#include "clk_mgr.h"
 #include "hubp.h"
 #include "dchubbub.h"
 #include "timing_generator.h"