From: David S. Miller Date: Sun, 14 Sep 2008 05:08:26 +0000 (-0700) Subject: sparc32: Stop calling claim_ticker14() from sun4c_irq.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b218fa0e9c2ad94b4e9ab5517a9210f9fa3745e2;p=linux-beck.git sparc32: Stop calling claim_ticker14() from sun4c_irq.c Since the first argument is always NULL, the only side effect is to disable the PROFILE_IRQ, so just do that directly. Signed-off-by: David S. Miller --- diff --git a/arch/sparc/kernel/sun4c_irq.c b/arch/sparc/kernel/sun4c_irq.c index 6f28a13829ca..ae3149ecaecd 100644 --- a/arch/sparc/kernel/sun4c_irq.c +++ b/arch/sparc/kernel/sun4c_irq.c @@ -163,7 +163,7 @@ static void __init sun4c_init_timers(irq_handler_t counter_fn) prom_halt(); } - claim_ticker14(NULL, PROFILE_IRQ, 0); + sun4c_disable_irq(PROFILE_IRQ); } #ifdef CONFIG_SMP