diff options
Diffstat (limited to 'drivers/clk/mvebu/clk.c')
-rw-r--r-- | drivers/clk/mvebu/clk.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/mvebu/clk.c b/drivers/clk/mvebu/clk.c index e6742acf9880..e3d4d7a9de6a 100644 --- a/drivers/clk/mvebu/clk.c +++ b/drivers/clk/mvebu/clk.c | |||
@@ -16,8 +16,10 @@ | |||
16 | #include <linux/clk/mvebu.h> | 16 | #include <linux/clk/mvebu.h> |
17 | #include <linux/of.h> | 17 | #include <linux/of.h> |
18 | #include "clk-core.h" | 18 | #include "clk-core.h" |
19 | #include "clk-cpu.h" | ||
19 | 20 | ||
20 | void __init mvebu_clocks_init(void) | 21 | void __init mvebu_clocks_init(void) |
21 | { | 22 | { |
22 | mvebu_core_clk_init(); | 23 | mvebu_core_clk_init(); |
24 | mvebu_cpu_clk_init(); | ||
23 | } | 25 | } |