提交 35571f4b 编写于 作者: V Vineet Gupta

ARC: [clockevent] can't be SoC specific

So no point keeping it weak
Signed-off-by: NVineet Gupta <vgupta@synopsys.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部