diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-06-20 00:00:46 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-07-20 20:11:25 +0200 |
commit | d5f728acd90e864251139ffc59294b336cf4b382 (patch) | |
tree | 600d714fe829825584e35ed8330e90f359977f58 /drivers/clk/st/clkgen-pll.c | |
parent | clk: qcom: Include clk.h (diff) | |
download | linux-d5f728acd90e864251139ffc59294b336cf4b382.tar.xz linux-d5f728acd90e864251139ffc59294b336cf4b382.zip |
clk: st: Include clk.h
This clock provider uses the consumer API, so include clk.h
explicitly.
Cc: Gabriel Fernandez <gabriel.fernandez@st.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/st/clkgen-pll.c')
-rw-r--r-- | drivers/clk/st/clkgen-pll.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/st/clkgen-pll.c b/drivers/clk/st/clkgen-pll.c index 106532207213..cdb14b9bb942 100644 --- a/drivers/clk/st/clkgen-pll.c +++ b/drivers/clk/st/clkgen-pll.c @@ -16,6 +16,7 @@ #include <linux/slab.h> #include <linux/of_address.h> +#include <linux/clk.h> #include <linux/clk-provider.h> #include "clkgen.h" |