diff options
author | Lv Ruyi <lv.ruyi@zte.com.cn> | 2021-10-08 08:40:19 +0000 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-10-08 13:22:47 -0400 |
commit | 806d42509bed07357c1ef06f48beddd47ffb960f (patch) | |
tree | 4908d1434ee86f7bfc9b9a6257a293af7bc0bea8 | |
parent | c58a863b1ccf638feb52cf3d9c756a9f578a57ae (diff) |
drm/amd/display: remove duplicate include in dcn201_clk_mgr.c
Remove all but the first include of reg_helper.h and core_types.h
from dcn201_clk_mgr.c.
Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Lv Ruyi <lv.ruyi@zte.com.cn>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/clk_mgr/dcn201/dcn201_clk_mgr.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn201/dcn201_clk_mgr.c b/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn201/dcn201_clk_mgr.c index 46e7efe9a78a..db9950244c7b 100644 --- a/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn201/dcn201_clk_mgr.c +++ b/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn201/dcn201_clk_mgr.c @@ -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 +} |