dect
/
linux-2.6
Archived
13
0
Fork 0

um: Remove stale irq_chip.end

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>
This commit is contained in:
Thomas Gleixner 2011-02-06 22:45:31 +00:00
parent 795abaf1e4
commit 6ea96e7e49
1 changed files with 0 additions and 2 deletions

View 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)