diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-03-28 10:27:31 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-03-28 10:55:11 -0400 |
commit | 33b054b867b84015173a38d9cd9ff513b6498818 (patch) | |
tree | 341f935d57af66fe82d384940b577fa9215ce5e6 /include | |
parent | 6829310548a76d343205029bb41c14e75bf6a7fb (diff) |
genirq: Remove handle_IRQ_event
Last user gone.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/irq.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h index 44ebca745789..41fc783171fd 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h | |||
@@ -413,9 +413,6 @@ static inline void irq_move_masked_irq(struct irq_data *data) { } | |||
413 | 413 | ||
414 | extern int no_irq_affinity; | 414 | extern int no_irq_affinity; |
415 | 415 | ||
416 | /* Handle irq action chains: */ | ||
417 | extern irqreturn_t handle_IRQ_event(unsigned int irq, struct irqaction *action); | ||
418 | |||
419 | /* | 416 | /* |
420 | * Built-in IRQ handlers for various IRQ types, | 417 | * Built-in IRQ handlers for various IRQ types, |
421 | * callable via desc->handle_irq() | 418 | * callable via desc->handle_irq() |