clk: imx8mm: Remove unused includes
authorAnson Huang <Anson.Huang@nxp.com>
Tue, 18 Feb 2020 11:03:25 +0000 (19:03 +0800)
committerShawn Guo <shawnguo@kernel.org>
Wed, 19 Feb 2020 02:19:31 +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-imx8mm.c

index 2f2c240a86e291a9912a21949b6f45ccacad9020..481d20ae4e0b4f945662b0ef8f582f9d1f728f2a 100644 (file)
@@ -6,10 +6,8 @@
 #include <dt-bindings/clock/imx8mm-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>