diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2015-04-30 00:42:53 -0400 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2015-06-02 06:10:09 -0400 |
commit | 65ec7b2718719cef0c9e9db853a014db5a102def (patch) | |
tree | 73f89905662638a9a9fe6ce1191c27796e1e1a43 | |
parent | 6c10bf637207818f3caaea965d4b72007c36fc92 (diff) |
clocksource/drivers/exynos_mct: Remove old platform mct_init()
Since commit 228e3023eb04 ("Merge tag 'mct-exynos-for-v3.10' of ...") the
mct_init() was superseded by mct_init_dt() and is not referenced
anywhere. Remove it.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
-rw-r--r-- | drivers/clocksource/exynos_mct.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/clocksource/exynos_mct.c b/drivers/clocksource/exynos_mct.c index 8b2a9fc66dcc..935b05936dbd 100644 --- a/drivers/clocksource/exynos_mct.c +++ b/drivers/clocksource/exynos_mct.c | |||
@@ -560,18 +560,6 @@ out_irq: | |||
560 | free_percpu_irq(mct_irqs[MCT_L0_IRQ], &percpu_mct_tick); | 560 | free_percpu_irq(mct_irqs[MCT_L0_IRQ], &percpu_mct_tick); |
561 | } | 561 | } |
562 | 562 | ||
563 | void __init mct_init(void __iomem *base, int irq_g0, int irq_l0, int irq_l1) | ||
564 | { | ||
565 | mct_irqs[MCT_G0_IRQ] = irq_g0; | ||
566 | mct_irqs[MCT_L0_IRQ] = irq_l0; | ||
567 | mct_irqs[MCT_L1_IRQ] = irq_l1; | ||
568 | mct_int_type = MCT_INT_SPI; | ||
569 | |||
570 | exynos4_timer_resources(NULL, base); | ||
571 | exynos4_clocksource_init(); | ||
572 | exynos4_clockevent_init(); | ||
573 | } | ||
574 | |||
575 | static void __init mct_init_dt(struct device_node *np, unsigned int int_type) | 563 | static void __init mct_init_dt(struct device_node *np, unsigned int int_type) |
576 | { | 564 | { |
577 | u32 nr_irqs, i; | 565 | u32 nr_irqs, i; |