浏览代码

genirq: Remove unused CHECK_IRQ_PER_CPU()

No more users. Kill it.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Thomas Gleixner 14 年之前
父节点
当前提交
a7de915383
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      include/linux/irq.h

+ 0 - 5
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()
  *