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 e3d4d7a9de6..855681b8a9d 100644 --- a/drivers/clk/mvebu/clk.c +++ b/drivers/clk/mvebu/clk.c | |||
| @@ -17,9 +17,11 @@ | |||
| 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 | #include "clk-cpu.h" |
| 20 | #include "clk-gating-ctrl.h" | ||
| 20 | 21 | ||
| 21 | void __init mvebu_clocks_init(void) | 22 | void __init mvebu_clocks_init(void) |
| 22 | { | 23 | { |
| 23 | mvebu_core_clk_init(); | 24 | mvebu_core_clk_init(); |
| 25 | mvebu_gating_clk_init(); | ||
| 24 | mvebu_cpu_clk_init(); | 26 | mvebu_cpu_clk_init(); |
| 25 | } | 27 | } |
