diff options
author | Stephen Boyd | 2015-06-19 15:00:46 -0700 |
---|---|---|
committer | Stephen Boyd | 2015-07-20 11:11:24 -0700 |
commit | 8803609082349d97311da2e43042ed3780d53fdf (patch) | |
tree | ce47905dbc648859a58c85b5d64444343479b97e /drivers/clk/qcom | |
parent | 9bd6314c2ee4a117abb8a4ad4d5f359a6b34c664 (diff) |
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>
Diffstat (limited to 'drivers/clk/qcom')
-rw-r--r-- | drivers/clk/qcom/mmcc-msm8960.c | 1 |
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> |