clk: imx7ulp: Include clk-provider.h instead of clk.h
authorAnson Huang <Anson.Huang@nxp.com>
Wed, 12 Feb 2020 09:09:43 +0000 (17:09 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 17 Feb 2020 06:33:37 +0000 (14:33 +0800)
The i.MX7ULP clock driver is provider, NOT consumer, so clk-provider.h
should be used instead of clk.h.

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-imx7ulp.c

index 0620d6c..3710aa0 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 #include <dt-bindings/clock/imx7ulp-clock.h>
-#include <linux/clk.h>
+#include <linux/clk-provider.h>
 #include <linux/err.h>
 #include <linux/init.h>
 #include <linux/io.h>