[patch 1/4] um: Remove stale irq_chip.end
From: Thomas Gleixner
Date: Sun Feb 06 2011 - 17:46:05 EST
irq_chip.end got obsolete with the remnoval of __do_IRQ().
Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
LKML-Reference: <20110203004210.627778423@xxxxxxxxxxxxx>
---
arch/um/kernel/irq.c | 2 --
1 file changed, 2 deletions(-)
Index: linux-next/arch/um/kernel/irq.c
===================================================================
--- linux-next.orig/arch/um/kernel/irq.c
+++ linux-next/arch/um/kernel/irq.c
@@ -374,7 +374,6 @@ static struct irq_chip normal_irq_type =
.disable = dummy,
.enable = dummy,
.ack = dummy,
- .end = dummy
};
static struct irq_chip SIGVTALRM_irq_type = {
@@ -384,7 +383,6 @@ static struct irq_chip SIGVTALRM_irq_typ
.disable = dummy,
.enable = dummy,
.ack = dummy,
- .end = dummy
};
void __init init_IRQ(void)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/