clk: imx8mn: Remove unused includes
authorAnson Huang <Anson.Huang@nxp.com>
Tue, 18 Feb 2020 11:03:26 +0000 (19:03 +0800)
committerShawn Guo <shawnguo@kernel.org>
Wed, 19 Feb 2020 02:19:34 +0000 (10:19 +0800)
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/clk/imx/clk-imx8mn.c

index 67b826d..fb47f86 100644 (file)
@@ -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>