summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Boyd2015-06-20 00:00:46 +0200
committerStephen Boyd2015-07-20 20:11:24 +0200
commit8803609082349d97311da2e43042ed3780d53fdf (patch)
treece47905dbc648859a58c85b5d64444343479b97e
parentclk: highbank: Include clk.h (diff)
downloadkernel-qcow2-linux-8803609082349d97311da2e43042ed3780d53fdf.tar.gz
kernel-qcow2-linux-8803609082349d97311da2e43042ed3780d53fdf.tar.xz
kernel-qcow2-linux-8803609082349d97311da2e43042ed3780d53fdf.zip
clk: qcom: Include clk.h
This clock provider uses the consumer API, so include clk.h explicitly. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
-rw-r--r--drivers/clk/qcom/mmcc-msm8960.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/qcom/mmcc-msm8960.c b/drivers/clk/qcom/mmcc-msm8960.c
index 9711bca9cc06..2de05e321ad0 100644
--- 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>