diff options
author | Ran Jianping <[email protected]> | 2021-10-19 06:29:39 +0000 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2021-11-02 15:27:21 -0700 |
commit | 59d9bcbfddb921f0469515c93c3a05ea0fb9dc83 (patch) | |
tree | 357ba6d4d1aa3a7f5832d1f6e9ec954f5ccc91fe | |
parent | 4b44521c5d818f75d144e5528c7075cd680fba42 (diff) |
clk:mediatek: remove duplicate include in clk-mt8195-imp_iic_wrap.c
'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]>
-rw-r--r-- | drivers/clk/mediatek/clk-mt8195-imp_iic_wrap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/clk/mediatek/clk-mt8195-imp_iic_wrap.c b/drivers/clk/mediatek/clk-mt8195-imp_iic_wrap.c index 0e2ac0a30aa0..4ab312eb26a5 100644 --- a/drivers/clk/mediatek/clk-mt8195-imp_iic_wrap.c +++ b/drivers/clk/mediatek/clk-mt8195-imp_iic_wrap.c @@ -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, |