summaryrefslogtreecommitdiff
path: root/include/linux/irq.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-06-22 20:53:27 (GMT)
committerThomas Gleixner <tglx@linutronix.de>2011-06-22 20:55:02 (GMT)
commita7de915383a6d5c05663f9badbd10d5a87bc1586 (patch)
tree7844a4f86dd8414c1edf59bef76723c65d225cd0 /include/linux/irq.h
parente08f6d4131ab964420f0bcabecc68d75fb49df79 (diff)
downloadlinux-fsl-qoriq-a7de915383a6d5c05663f9badbd10d5a87bc1586.tar.xz
genirq: Remove unused CHECK_IRQ_PER_CPU()
No more users. Kill it. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/irq.h')
-rw-r--r--include/linux/irq.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h
index 8b45384..68258f0 100644
--- a/include/linux/irq.h
+++ b/include/linux/irq.h
@@ -96,11 +96,6 @@ enum {
#define IRQ_NO_BALANCING_MASK (IRQ_PER_CPU | IRQ_NO_BALANCING)
-static inline __deprecated bool CHECK_IRQ_PER_CPU(unsigned int status)
-{
- return status & IRQ_PER_CPU;
-}
-
/*
* Return value for chip->irq_set_affinity()
*