Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

ARC: [clockevent] can't be SoC specific



So no point keeping it weak

Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent d345ea28
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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);