diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2015-07-27 00:11:17 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-08-13 07:03:40 -0400 |
commit | f9511a4fc47940c7b08ae51567bd9bddb54b8461 (patch) | |
tree | 3b9944db642223ccd7f7dd24cb150342b2cd03d5 | |
parent | 8943835e248bca0df431c717f4edce94fa2b8c8e (diff) |
clk: ti: fix for definition movement
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | drivers/clk/ti/clk-814x.c | 2 |
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 @@ | |||
8 | #include <linux/clk-provider.h> | 8 | #include <linux/clk-provider.h> |
9 | #include <linux/clk/ti.h> | 9 | #include <linux/clk/ti.h> |
10 | 10 | ||
11 | #include "clock.h" | ||
12 | |||
11 | static struct ti_dt_clk dm814_clks[] = { | 13 | static struct ti_dt_clk dm814_clks[] = { |
12 | DT_CLK(NULL, "devosc_ck", "devosc_ck"), | 14 | DT_CLK(NULL, "devosc_ck", "devosc_ck"), |
13 | DT_CLK(NULL, "mpu_ck", "mpu_ck"), | 15 | DT_CLK(NULL, "mpu_ck", "mpu_ck"), |