ia64: Remove stale irq_chip.end

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Tony Luck <tony.luck@intel.com>
LKML-Reference: <20110203004210.143127544@linutronix.de>
This commit is contained in:
Thomas Gleixner
2011-02-03 00:46:48 +00:00
parent 428a40c591
commit 3d373ce82a
4 changed files with 0 additions and 27 deletions

View File

@@ -40,6 +40,5 @@ struct irq_chip irq_type_ia64_lsapic = {
.enable = lsapic_noop,
.disable = lsapic_noop,
.ack = lsapic_noop,
.end = lsapic_noop,
.retrigger = lsapic_retrigger,
};