summaryrefslogtreecommitdiff
path: root/drivers/clk/mxs/clk-imx23.c
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2012-09-12 22:54:16 -0700
committerOlof Johansson <olof@lixom.net>2012-09-12 22:54:16 -0700
commit36246a820075b65907112891b77ff7915fdb06a5 (patch)
tree1c716d9d11158582d6d986821fee5a9b61430286 /drivers/clk/mxs/clk-imx23.c
parentd9875690d9b89a866022ff49e3fcea892345ad92 (diff)
parent6608f13fabdb1f9ecbd502763ba33ca2646834c8 (diff)
downloadlinux-next-36246a820075b65907112891b77ff7915fdb06a5.tar.gz
Merge tag 'mxs-sparse-irq' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/soc2
The series adds irqdomain support for mach-mxs and then enables sparse-irq. It dependes on pull request mxs-dt-3.7. * tag 'mxs-sparse-irq' of git://git.linaro.org/people/shawnguo/linux-2.6: ARM: mxs: remove mach/irqs.h ARM: mxs: select SPARSE_IRQ ARM: mxs: adopt irq_domain support for icoll driver ARM: mxs: select MULTI_IRQ_HANDLER ARM: mxs: retrieve timer irq from device tree gpio/mxs: adopt irq_domain support for mxs gpio driver
Diffstat (limited to 'drivers/clk/mxs/clk-imx23.c')
-rw-r--r--drivers/clk/mxs/clk-imx23.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/mxs/clk-imx23.c b/drivers/clk/mxs/clk-imx23.c
index 844043ad0fe4..e0dc3f8d9866 100644
--- a/drivers/clk/mxs/clk-imx23.c
+++ b/drivers/clk/mxs/clk-imx23.c
@@ -200,7 +200,7 @@ int __init mx23_clocks_init(void)
for (i = 0; i < ARRAY_SIZE(clks_init_on); i++)
clk_prepare_enable(clks[clks_init_on[i]]);
- mxs_timer_init(MX23_INT_TIMER0);
+ mxs_timer_init();
return 0;
}