]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/amd/display: Remove duplicated include in dcn35_optc.c
authorYang Li <yang.lee@linux.alibaba.com>
Fri, 1 Sep 2023 00:52:24 +0000 (08:52 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 6 Sep 2023 18:32:34 +0000 (14:32 -0400)
./drivers/gpu/drm/amd/display/dc/dcn35/dcn35_optc.c: dcn35_optc.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_optc.c

index d64be1a5071c3b7d99e6f565cbf6fcb3dc21fd1d..2bea1e475096857f78c1f995be1f6109f63c4990 100644 (file)
@@ -23,7 +23,6 @@
  */
 
 #include "dcn35_optc.h"
-#include "dcn35_optc.h"
 
 #include "dcn30/dcn30_optc.h"
 #include "dcn31/dcn31_optc.h"