diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-06-22 16:53:27 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-06-22 16:55:02 -0400 |
commit | a7de915383a6d5c05663f9badbd10d5a87bc1586 (patch) | |
tree | 7844a4f86dd8414c1edf59bef76723c65d225cd0 | |
parent | e08f6d4131ab964420f0bcabecc68d75fb49df79 (diff) |
genirq: Remove unused CHECK_IRQ_PER_CPU()
No more users. Kill it.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-rw-r--r-- | include/linux/irq.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h index 8b4538446636..68258f0369db 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h | |||
@@ -96,11 +96,6 @@ enum { | |||
96 | 96 | ||
97 | #define IRQ_NO_BALANCING_MASK (IRQ_PER_CPU | IRQ_NO_BALANCING) | 97 | #define IRQ_NO_BALANCING_MASK (IRQ_PER_CPU | IRQ_NO_BALANCING) |
98 | 98 | ||
99 | static inline __deprecated bool CHECK_IRQ_PER_CPU(unsigned int status) | ||
100 | { | ||
101 | return status & IRQ_PER_CPU; | ||
102 | } | ||
103 | |||
104 | /* | 99 | /* |
105 | * Return value for chip->irq_set_affinity() | 100 | * Return value for chip->irq_set_affinity() |
106 | * | 101 | * |