From: Stephen Boyd Date: Wed, 27 Apr 2011 00:34:27 +0000 (+0100) Subject: ARM: 6887/1: Mark broadcast_timer_setup() __cpuinit X-Git-Tag: v2.6.39-rc6~9^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8d2518c2a7235f0b772c1f1bd30218130e631a7;p=pandora-kernel.git 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 Signed-off-by: Russell King --- Reading git-diff-tree failed