aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/smp_twd.h
diff options
context:
space:
mode:
authorMarc Zyngier <marc.zyngier@arm.com>2012-01-10 19:07:28 +0000
committerMarc Zyngier <marc.zyngier@arm.com>2012-03-13 13:27:49 +0000
commitabde710ca8776f851e41c3dfe78ad7dcafa26dc9 (patch)
treed99380a73c205bd746638384010539bf55beb29f /arch/arm/include/asm/smp_twd.h
parentMerge branch 'vexpress/timer' into next/timer (diff)
downloadlinux-dev-abde710ca8776f851e41c3dfe78ad7dcafa26dc9.tar.xz
linux-dev-abde710ca8776f851e41c3dfe78ad7dcafa26dc9.zip
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 <marc.zyngier@arm.com>
Diffstat (limited to 'arch/arm/include/asm/smp_twd.h')
-rw-r--r--arch/arm/include/asm/smp_twd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/smp_twd.h b/arch/arm/include/asm/smp_twd.h
index ef9ffba97ad8..bf8449da480a 100644
--- a/arch/arm/include/asm/smp_twd.h
+++ b/arch/arm/include/asm/smp_twd.h
@@ -23,6 +23,5 @@ struct clock_event_device;
extern void __iomem *twd_base;
void twd_timer_setup(struct clock_event_device *);
-void twd_timer_stop(struct clock_event_device *);
#endif