Browse Source

clk: ti: fix for definition movement

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Olof Johansson <olof@lixom.net>
Stephen Rothwell 10 years ago
parent
commit
f9511a4fc4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      drivers/clk/ti/clk-814x.c

+ 2 - 0
drivers/clk/ti/clk-814x.c

@@ -8,6 +8,8 @@
 #include <linux/clk-provider.h>
 #include <linux/clk-provider.h>
 #include <linux/clk/ti.h>
 #include <linux/clk/ti.h>
 
 
+#include "clock.h"
+
 static struct ti_dt_clk dm814_clks[] = {
 static struct ti_dt_clk dm814_clks[] = {
 	DT_CLK(NULL, "devosc_ck", "devosc_ck"),
 	DT_CLK(NULL, "devosc_ck", "devosc_ck"),
 	DT_CLK(NULL, "mpu_ck", "mpu_ck"),
 	DT_CLK(NULL, "mpu_ck", "mpu_ck"),