projects
/
sdk
/
emulator
/
emulator-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bd6314
)
clk: qcom: Include clk.h
author
Stephen Boyd
<sboyd@codeaurora.org>
Fri, 19 Jun 2015 22:00:46 +0000
(15:00 -0700)
committer
Stephen Boyd
<sboyd@codeaurora.org>
Mon, 20 Jul 2015 18:11:24 +0000
(11:11 -0700)
This clock provider uses the consumer API, so include clk.h
explicitly.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/qcom/mmcc-msm8960.c
patch
|
blob
|
history
diff --git
a/drivers/clk/qcom/mmcc-msm8960.c
b/drivers/clk/qcom/mmcc-msm8960.c
index
9711bca
..
2de05e3
100644
(file)
--- a/
drivers/clk/qcom/mmcc-msm8960.c
+++ b/
drivers/clk/qcom/mmcc-msm8960.c
@@
-19,6
+19,7
@@
#include <linux/module.h>
#include <linux/of.h>
#include <linux/of_device.h>
+#include <linux/clk.h>
#include <linux/clk-provider.h>
#include <linux/regmap.h>
#include <linux/reset-controller.h>