[patch 21/75] genirq: Mark handle_IRQ_event deprecated

From: Thomas Gleixner
Date: Thu Feb 10 2011 - 18:37:05 EST


We really want to have special flow handlers in the core code so we
can see the patterns.

Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
---
include/linux/irq.h | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Index: linux-2.6-tip/include/linux/irq.h
===================================================================
--- linux-2.6-tip.orig/include/linux/irq.h
+++ linux-2.6-tip/include/linux/irq.h
@@ -248,8 +248,9 @@ static inline void move_masked_irq(int i

extern int no_irq_affinity;

-/* Handle irq action chains: */
-extern irqreturn_t handle_IRQ_event(unsigned int irq, struct irqaction *action);
+/* Handle irq action chains. Will go away */
+extern irqreturn_t __deprecated handle_IRQ_event(unsigned int irq,
+ struct irqaction *action);

/*
* Built-in IRQ handlers for various IRQ types,


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/