diff options
Diffstat (limited to 'arch/arm/mach-spear3xx/spear3xx.c')
-rw-r--r-- | arch/arm/mach-spear3xx/spear3xx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-spear3xx/spear3xx.c b/arch/arm/mach-spear3xx/spear3xx.c index b1733c37f209..2625ab9a6c8b 100644 --- a/arch/arm/mach-spear3xx/spear3xx.c +++ b/arch/arm/mach-spear3xx/spear3xx.c | |||
@@ -511,6 +511,8 @@ static void __init spear3xx_timer_init(void) | |||
511 | char pclk_name[] = "pll3_48m_clk"; | 511 | char pclk_name[] = "pll3_48m_clk"; |
512 | struct clk *gpt_clk, *pclk; | 512 | struct clk *gpt_clk, *pclk; |
513 | 513 | ||
514 | spear3xx_clk_init(); | ||
515 | |||
514 | /* get the system timer clock */ | 516 | /* get the system timer clock */ |
515 | gpt_clk = clk_get_sys("gpt0", NULL); | 517 | gpt_clk = clk_get_sys("gpt0", NULL); |
516 | if (IS_ERR(gpt_clk)) { | 518 | if (IS_ERR(gpt_clk)) { |