Skip to content

Commit

Permalink
um: Remove stale irq_chip.end
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thomas Gleixner committed Feb 14, 2011
1 parent 795abaf commit 6ea96e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/um/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand All @@ -384,7 +383,6 @@ static struct irq_chip SIGVTALRM_irq_type = {
.disable = dummy,
.enable = dummy,
.ack = dummy,
.end = dummy
};

void __init init_IRQ(void)
Expand Down

0 comments on commit 6ea96e7

Please sign in to comment.