summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2015-07-09 22:24:51 (GMT)
committerStephen Boyd <sboyd@codeaurora.org>2015-07-20 18:11:37 (GMT)
commitcb58e14efbc4d72542b9d62f5ee0522fe0147259 (patch)
treec1ff7a88ca62d71cdd474a60e35a6a3dbc5b9700
parente2a657090a0b7f804f3b9f1a7735e79c62baa636 (diff)
downloadlinux-cb58e14efbc4d72542b9d62f5ee0522fe0147259.tar.xz
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/pistachio/clk.c b/drivers/clk/pistachio/clk.c
index 85faa83..698cad4 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>