]> Git Repo - J-linux.git/commitdiff
clk:mediatek: remove duplicate include in clk-mt8195-imp_iic_wrap.c
authorRan Jianping <[email protected]>
Tue, 19 Oct 2021 06:29:39 +0000 (06:29 +0000)
committerStephen Boyd <[email protected]>
Tue, 2 Nov 2021 22:27:21 +0000 (15:27 -0700)
'dt-bindings/clock/mt8195-clk.h' included in
'/drivers/clk/mediatek/clk-mt8195-imp_iic_wrap.c' is duplicated.It is
also included on the 13 line.

Reported-by: Zeal Robot <[email protected]>
Signed-off-by: Ran Jianping <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Chen-Yu Tsai <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
drivers/clk/mediatek/clk-mt8195-imp_iic_wrap.c

index 0e2ac0a30aa04f766986ab15ca2f909227e07cb0..4ab312eb26a5d5f7f811677a17398bc718802b79 100644 (file)
@@ -10,8 +10,6 @@
 #include <linux/clk-provider.h>
 #include <linux/platform_device.h>
 
-#include <dt-bindings/clock/mt8195-clk.h>
-
 static const struct mtk_gate_regs imp_iic_wrap_cg_regs = {
        .set_ofs = 0xe08,
        .clr_ofs = 0xe04,
This page took 0.05529 seconds and 4 git commands to generate.