Commit 35571f4b authored by Vineet Gupta's avatar Vineet Gupta

ARC: [clockevent] can't be SoC specific

So no point keeping it weak
Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent d345ea28
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment