projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
737a226
)
clk: qcom: turingcc-qcs404: explicitly include clk-provider.h
author
Vinod Koul
<vkoul@kernel.org>
Wed, 15 Dec 2021 11:38:03 +0000
(17:08 +0530)
committer
Bjorn Andersson
<bjorn.andersson@linaro.org>
Tue, 21 Dec 2021 05:14:50 +0000
(23:14 -0600)
Per Stephen, clk providers need to include clk-provider.h, so include in
this driver as well
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link:
https://lore.kernel.org/r/20211215113803.620032-9-vkoul@kernel.org
drivers/clk/qcom/turingcc-qcs404.c
patch
|
blob
|
history
diff --git
a/drivers/clk/qcom/turingcc-qcs404.c
b/drivers/clk/qcom/turingcc-qcs404.c
index 4543bda793f4f7a7ac90872cc945f525aea79623..43184459228fd647bebe434d90d3418bcf3b8529 100644
(file)
--- a/
drivers/clk/qcom/turingcc-qcs404.c
+++ b/
drivers/clk/qcom/turingcc-qcs404.c
@@
-4,6
+4,7
@@
*/
#include <linux/bitops.h>
+#include <linux/clk-provider.h>
#include <linux/err.h>
#include <linux/platform_device.h>
#include <linux/module.h>