diff options
Diffstat (limited to 'arch/arc/kernel/time.c')
-rw-r--r-- | arch/arc/kernel/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/kernel/time.c b/arch/arc/kernel/time.c index 4c21dde2f6a9..0a9b6b289c4f 100644 --- a/arch/arc/kernel/time.c +++ b/arch/arc/kernel/time.c @@ -223,7 +223,7 @@ 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 __attribute__((weak)) arc_local_timer_setup(unsigned int cpu) +void __weak arc_local_timer_setup(unsigned int cpu) { struct clock_event_device *clk = &per_cpu(arc_clockevent_device, cpu); |