diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2020-02-18 19:03:26 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-02-19 10:19:34 +0800 |
commit | 6b2d0cffee52260bbf20414ce408af3f6f718d52 (patch) | |
tree | 22eb9db315567ce2708f32a0d43193c9aaaef9ae /drivers/clk | |
parent | 2b507025e4b728bb1612855caa6a4abaf5fb0030 (diff) | |
download | linux-6b2d0cffee52260bbf20414ce408af3f6f718d52.tar.bz2 |
clk: imx8mn: Remove unused includes
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>
Diffstat (limited to 'drivers/clk')
-rw-r--r-- | drivers/clk/imx/clk-imx8mn.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/clk/imx/clk-imx8mn.c b/drivers/clk/imx/clk-imx8mn.c index 67b826d7184b..fb47f86e35e8 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> |