summaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti
diff options
context:
space:
mode:
authorStephen Rothwell2015-07-27 06:11:17 +0200
committerOlof Johansson2015-08-13 13:03:40 +0200
commitf9511a4fc47940c7b08ae51567bd9bddb54b8461 (patch)
tree3b9944db642223ccd7f7dd24cb150342b2cd03d5 /drivers/clk/ti
parentMerge tag 'v4.3-rockchip32-soc2' of git://git.kernel.org/pub/scm/linux/kernel... (diff)
downloadkernel-qcow2-linux-f9511a4fc47940c7b08ae51567bd9bddb54b8461.tar.gz
kernel-qcow2-linux-f9511a4fc47940c7b08ae51567bd9bddb54b8461.tar.xz
kernel-qcow2-linux-f9511a4fc47940c7b08ae51567bd9bddb54b8461.zip
clk: ti: fix for definition movement
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/clk/ti')
-rw-r--r--drivers/clk/ti/clk-814x.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/ti/clk-814x.c b/drivers/clk/ti/clk-814x.c
index d490d427cc20..e172920798ea 100644
--- a/drivers/clk/ti/clk-814x.c
+++ b/drivers/clk/ti/clk-814x.c
@@ -8,6 +8,8 @@
#include <linux/clk-provider.h>
#include <linux/clk/ti.h>
+#include "clock.h"
+
static struct ti_dt_clk dm814_clks[] = {
DT_CLK(NULL, "devosc_ck", "devosc_ck"),
DT_CLK(NULL, "mpu_ck", "mpu_ck"),