diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-02-06 22:45:31 +0000 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-02-14 19:37:39 +0100 |
commit | 6ea96e7e4946f790330557e4b7c4c8a174c1c6d2 (patch) | |
tree | f1b77a2e66efffac89058e8cd0cc6defabd0ecbe /arch/um | |
parent | 795abaf1e4e188c4171e3cd3dbb11a9fcacaf505 (diff) | |
download | kernel_samsung_espresso10-6ea96e7e4946f790330557e4b7c4c8a174c1c6d2.zip kernel_samsung_espresso10-6ea96e7e4946f790330557e4b7c4c8a174c1c6d2.tar.gz kernel_samsung_espresso10-6ea96e7e4946f790330557e4b7c4c8a174c1c6d2.tar.bz2 |
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>
Diffstat (limited to 'arch/um')
-rw-r--r-- | arch/um/kernel/irq.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/um/kernel/irq.c b/arch/um/kernel/irq.c index 3f0ac9e..c916748 100644 --- a/arch/um/kernel/irq.c +++ b/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_type = { .disable = dummy, .enable = dummy, .ack = dummy, - .end = dummy }; void __init init_IRQ(void) |