]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
um: Remove stale irq_chip.end
authorThomas Gleixner <tglx@linutronix.de>
Sun, 6 Feb 2011 22:45:31 +0000 (22:45 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 14 Feb 2011 18:37:39 +0000 (19:37 +0100)
irq_chip.end got obsolete with the remnoval of __do_IRQ().

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Jeff Dike <jdike@addtoit.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
LKML-Reference: <20110206224515.135703209@linutronix.de>

arch/um/kernel/irq.c

index 3f0ac9e0c96639b1d1a346be1686d3f6374e5479..c9167485431e12b929f69092648630ad79fe87fe 100644 (file)
@@ -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_type = {
        .disable = dummy,
        .enable = dummy,
        .ack = dummy,
-       .end = dummy
 };
 
 void __init init_IRQ(void)