[PATCH 12/17] [m68k] Atari: remove unnecessary cruft from Atari interrupt setup Remove unneccesary calls to m68k_setup_irq_controller() and m68k_irq_startup_irq() from the Atari interrupt setup. Signed-off-by: Michael Schmitz <schmitz@xxxxxxxxxx> --- arch/m68k/atari/ataints.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/arch/m68k/atari/ataints.c b/arch/m68k/atari/ataints.c index da40ab1..d0778cf 100644 --- a/arch/m68k/atari/ataints.c +++ b/arch/m68k/atari/ataints.c @@ -331,9 +331,6 @@ void __init atari_init_IRQ(void) m68k_setup_irq_controller(&atari_mfptimer_chip, handle_polled_irq, IRQ_MFP_TIMER1, 8); - /* possibly unneeded */ - m68k_setup_irq_controller(&atari_irq_chip, handle_simple_irq, - IRQ_MFP_TIMD, 1); /* prepare timer D data for use as poll interrupt */ /* set Timer D data Register - needs to be > 0 */ @@ -341,9 +338,6 @@ void __init atari_init_IRQ(void) /* start timer D, div = 1:100 */ st_mfp.tim_ct_cd = (st_mfp.tim_ct_cd & 0xf0) | 0x6; - /* do we need this one ? */ - m68k_irq_startup_irq(IRQ_MFP_TIMD); - /* request timer D dispatch handler */ if (request_irq(IRQ_MFP_TIMD, mfptimer_handler, IRQF_SHARED, stmfp_base.name, &stmfp_base)) -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html