projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79ccef6
)
clk: imx7ulp: Include clk-provider.h instead of clk.h
author
Anson Huang
<Anson.Huang@nxp.com>
Wed, 12 Feb 2020 09:09:43 +0000
(17:09 +0800)
committer
Shawn 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
patch
|
blob
|
history
diff --git
a/drivers/clk/imx/clk-imx7ulp.c
b/drivers/clk/imx/clk-imx7ulp.c
index 0620d6c8c0727a08af0fbfcaf66e1e63c28e03f9..3710aa0dee9bf4d28de242ca38a68a935f6cf4d3 100644
(file)
--- a/
drivers/clk/imx/clk-imx7ulp.c
+++ b/
drivers/clk/imx/clk-imx7ulp.c
@@
-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>