ARM: 6887/1: Mark broadcast_timer_setup() __cpuinit

This function is only called by percpu_timer_setup() which is
also __cpuinit marked. Thus it's safe to mark this function as
__cpuinit as well.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by Stephen Boyd and committed by Russell King a8d2518c 860ad782

+1 -1
+1 -1
arch/arm/kernel/smp.c
··· 479 { 480 } 481 482 - static void broadcast_timer_setup(struct clock_event_device *evt) 483 { 484 evt->name = "dummy_timer"; 485 evt->features = CLOCK_EVT_FEAT_ONESHOT |
··· 479 { 480 } 481 482 + static void __cpuinit broadcast_timer_setup(struct clock_event_device *evt) 483 { 484 evt->name = "dummy_timer"; 485 evt->features = CLOCK_EVT_FEAT_ONESHOT |