From: Marc Zyngier Date: Tue, 10 Jan 2012 19:07:28 +0000 (+0000) Subject: ARM: smp_twd: make local_timer_stop a symbol instead of a #define X-Git-Tag: v3.4-rc1~90^2~3^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abde710ca8776f851e41c3dfe78ad7dcafa26dc9;p=pandora-kernel.git ARM: smp_twd: make local_timer_stop a symbol instead of a #define When CONFIG_HAVE_ARM_TWD is selected, local_timer_stop is a #define, while all other local timers are using a real function. Convert it to an alias of twd_timer_stop, as it helps converting all local timers to another internal API in a sane way. Signed-off-by: Marc Zyngier --- Reading git-diff-tree failed