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>
#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"
clk_mgr->dfs_bypass_enabled = true;
dce_clock_read_ss_info(clk_mgr);
-}
\ No newline at end of file
+}