summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Boyd2015-07-10 00:24:51 +0200
committerStephen Boyd2015-07-20 20:11:38 +0200
commit27df3ee27813e2f78ddd8c895d949d44102150c3 (patch)
treebd5befc52db00f6065bbcc38cefb67db8c1282b6
parentclk: pistachio: Include clk.h (diff)
downloadkernel-qcow2-linux-27df3ee27813e2f78ddd8c895d949d44102150c3.tar.gz
kernel-qcow2-linux-27df3ee27813e2f78ddd8c895d949d44102150c3.tar.xz
kernel-qcow2-linux-27df3ee27813e2f78ddd8c895d949d44102150c3.zip
clk: ti: Switch clk-provider.h include to clk.h
This file isn't a clock provider but uses the consumer API, so include clk.h instead of clk-provider.h. Acked-by: Tero Kristo <t-kristo@ti.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
-rw-r--r--drivers/clk/ti/clk-2xxx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/ti/clk-2xxx.c b/drivers/clk/ti/clk-2xxx.c
index c808ab3d2bb2..20cf5eed8c3d 100644
--- a/drivers/clk/ti/clk-2xxx.c
+++ b/drivers/clk/ti/clk-2xxx.c
@@ -16,7 +16,7 @@
#include <linux/kernel.h>
#include <linux/list.h>
-#include <linux/clk-provider.h>
+#include <linux/clk.h>
#include <linux/clk/ti.h>
static struct ti_dt_clk omap2xxx_clks[] = {