genirq: Remove unused CHECK_IRQ_PER_CPU()
No more users. Kill it. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
e08f6d4131
commit
a7de915383
1 changed files with 0 additions and 5 deletions
|
@ -96,11 +96,6 @@ enum {
|
||||||
|
|
||||||
#define IRQ_NO_BALANCING_MASK (IRQ_PER_CPU | IRQ_NO_BALANCING)
|
#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()
|
* Return value for chip->irq_set_affinity()
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue