[patch 7/8] um: Remove stale irq_chip.end

From: Thomas Gleixner
Date: Wed Feb 02 2011 - 19:47:38 EST


irq_chip.end got obsolete with the remnoval of __do_IRQ().

Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
---
arch/um/kernel/irq.c | 2 --
1 file changed, 2 deletions(-)

Index: linux-2.6-tip/arch/um/kernel/irq.c
===================================================================
--- linux-2.6-tip.orig/arch/um/kernel/irq.c
+++ linux-2.6-tip/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/