diff mbox

[RFC,v4,11/13] ARM: gic: remove previous local timer interrupt handling

Message ID 4DDFFBCE.8020908@codeaurora.org (mailing list archive)
State New, archived
Headers show

Commit Message

Stephen Boyd May 27, 2011, 7:30 p.m. UTC
On 05/27/2011 09:27 AM, Marc Zyngier wrote:
> Now that all users of local timers are using CONFIG_ARM_GIC_VPPI,
> the now unused local timer infrastructure can be safely removed.
>
> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
> ---
>

Can you also remove local_timer_ack() from MSM in this patch? If you do,
feel free to add an

Acked-by: Stephen Boyd <sboyd@codeaurora.org>

to this patch.

---8<----
diff mbox

Patch

diff --git a/arch/arm/mach-msm/timer.c b/arch/arm/mach-msm/timer.c
index 186abdf..9c08b1c 100644
--- a/arch/arm/mach-msm/timer.c
+++ b/arch/arm/mach-msm/timer.c
@@ -298,12 +298,6 @@  int __cpuinit local_timer_setup(struct clock_event_device *evt)
        clockevents_register_device(evt);
        return 0;
 }
-
-inline int local_timer_ack(void)
-{
-       return 1;
-}
-
 #endif
 
 struct sys_timer msm_timer = {