diff options
Diffstat (limited to 'arch/arc')
-rw-r--r-- | arch/arc/kernel/time.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arc/kernel/time.c b/arch/arc/kernel/time.c index e5f3a837fb35..a8787bcbbc8e 100644 --- a/arch/arc/kernel/time.c +++ b/arch/arc/kernel/time.c @@ -222,9 +222,8 @@ static struct irqaction arc_timer_irq = { /* * Setup the local event timer for @cpu - * N.B. weak so that some exotic ARC SoCs can completely override it */ -void __weak arc_local_timer_setup(unsigned int cpu) +void arc_local_timer_setup(unsigned int cpu) { struct clock_event_device *clk = &per_cpu(arc_clockevent_device, cpu); |