OSDN Git Service

ARC: [clockevent] can't be SoC specific
authorVineet Gupta <vgupta@synopsys.com>
Fri, 24 Jan 2014 18:56:15 +0000 (00:26 +0530)
committerVineet Gupta <vgupta@synopsys.com>
Wed, 26 Mar 2014 09:01:29 +0000 (14:31 +0530)
So no point keeping it weak

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/kernel/time.c

index e5f3a83..a8787bc 100644 (file)
@@ -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);