diff mbox series

[3/3] clk: imx8mn: Remove unused includes

Message ID 1582023806-6261-3-git-send-email-Anson.Huang@nxp.com (mailing list archive)
State Mainlined
Commit 6b2d0cffee52260bbf20414ce408af3f6f718d52
Headers show
Series [1/3] clk: imx8mp: Include slab.h instead of clkdev.h | expand

Commit Message

Anson Huang Feb. 18, 2020, 11:03 a.m. UTC
There is nothing in use from init.h/of.h, remove them.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
---
 drivers/clk/imx/clk-imx8mn.c | 2 --
 1 file changed, 2 deletions(-)

Comments

Stephen Boyd Feb. 18, 2020, 5:03 p.m. UTC | #1
Quoting Anson Huang (2020-02-18 03:03:26)
> There is nothing in use from init.h/of.h, remove them.
> 
> Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
> ---

Reviewed-by: Stephen Boyd <sboyd@kernel.org>
diff mbox series

Patch

diff --git a/drivers/clk/imx/clk-imx8mn.c b/drivers/clk/imx/clk-imx8mn.c
index 67b826d..fb47f86 100644
--- a/drivers/clk/imx/clk-imx8mn.c
+++ b/drivers/clk/imx/clk-imx8mn.c
@@ -6,10 +6,8 @@ 
 #include <dt-bindings/clock/imx8mn-clock.h>
 #include <linux/clk-provider.h>
 #include <linux/err.h>
-#include <linux/init.h>
 #include <linux/io.h>
 #include <linux/module.h>
-#include <linux/of.h>
 #include <linux/of_address.h>
 #include <linux/platform_device.h>
 #include <linux/slab.h>