Commit a7de9153 authored by Thomas Gleixner's avatar Thomas Gleixner

genirq: Remove unused CHECK_IRQ_PER_CPU()

No more users. Kill it.
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent e08f6d41
......@@ -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()
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment