From f9511a4fc47940c7b08ae51567bd9bddb54b8461 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Mon, 27 Jul 2015 14:11:17 +1000 Subject: [PATCH] clk: ti: fix for definition movement Signed-off-by: Stephen Rothwell Signed-off-by: Olof Johansson --- drivers/clk/ti/clk-814x.c | 2 ++ 1 file changed, 2 insertions(+) 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 #include +#include "clock.h" + static struct ti_dt_clk dm814_clks[] = { DT_CLK(NULL, "devosc_ck", "devosc_ck"), DT_CLK(NULL, "mpu_ck", "mpu_ck"), -- 2.39.2