]> Pileus Git - ~andy/linux/blobdiff - arch/arm/mach-omap2/irq.c
ARM: OMAP2+: remove incorrect irq_chip ack field
[~andy/linux] / arch / arm / mach-omap2 / irq.c
index 65f0d2571c9a2c88aa0d84327d4498b113272d8d..c11e8a84c947d90caf3cc9e2c25bdf6d33d635cf 100644 (file)
@@ -149,7 +149,6 @@ omap_alloc_gc(void __iomem *base, unsigned int irq_start, unsigned int num)
        ct->chip.irq_mask = irq_gc_mask_disable_reg;
        ct->chip.irq_unmask = irq_gc_unmask_enable_reg;
 
-       ct->regs.ack = INTC_CONTROL;
        ct->regs.enable = INTC_MIR_CLEAR0;
        ct->regs.disable = INTC_MIR_SET0;
        irq_setup_generic_chip(gc, IRQ_MSK(num), IRQ_GC_INIT_MASK_CACHE,