]> Git Repo - linux.git/commitdiff
drm/amd/display: remove duplicate include in dcn201_clk_mgr.c
authorLv Ruyi <[email protected]>
Fri, 8 Oct 2021 08:40:19 +0000 (08:40 +0000)
committerAlex Deucher <[email protected]>
Fri, 8 Oct 2021 17:22:47 +0000 (13:22 -0400)
Remove all but the first include of reg_helper.h and core_types.h
from dcn201_clk_mgr.c.

Reported-by: Zeal Robot <[email protected]>
Signed-off-by: Lv Ruyi <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn201/dcn201_clk_mgr.c

index 46e7efe9a78a044b4d8cba82573ed2c4ca295ebc..db9950244c7bb8223e85450b8655de6db1f97a6e 100644 (file)
@@ -30,8 +30,6 @@
 #include "dcn201_clk_mgr.h"
 #include "dcn20/dcn20_clk_mgr.h"
 #include "dce100/dce_clk_mgr.h"
-#include "reg_helper.h"
-#include "core_types.h"
 #include "dm_helpers.h"
 #include "dm_services.h"
 
@@ -257,4 +255,4 @@ void dcn201_clk_mgr_construct(struct dc_context *ctx,
                        clk_mgr->dfs_bypass_enabled = true;
 
        dce_clock_read_ss_info(clk_mgr);
-}
\ No newline at end of file
+}
This page took 0.057589 seconds and 4 git commands to generate.