diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-07-09 15:24:51 -0700 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-07-20 11:11:37 -0700 |
commit | cb58e14efbc4d72542b9d62f5ee0522fe0147259 (patch) | |
tree | c1ff7a88ca62d71cdd474a60e35a6a3dbc5b9700 | |
parent | e2a657090a0b7f804f3b9f1a7735e79c62baa636 (diff) | |
download | talos-obmc-linux-cb58e14efbc4d72542b9d62f5ee0522fe0147259.tar.gz talos-obmc-linux-cb58e14efbc4d72542b9d62f5ee0522fe0147259.zip |
clk: pistachio: Include clk.h
This clock provider uses the consumer API, so include clk.h
explicitly.
Cc: Andrew Bresticker <abrestic@chromium.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
-rw-r--r-- | drivers/clk/pistachio/clk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/pistachio/clk.c b/drivers/clk/pistachio/clk.c index 85faa83e1bd7..698cad4f509e 100644 --- a/drivers/clk/pistachio/clk.c +++ b/drivers/clk/pistachio/clk.c @@ -6,6 +6,7 @@ * version 2, as published by the Free Software Foundation. */ +#include <linux/clk.h> #include <linux/clk-provider.h> #include <linux/kernel.h> #include <linux/of.h> |