Skip to content

Commit

Permalink
genirq: Remove unused CHECK_IRQ_PER_CPU()
Browse files Browse the repository at this point in the history
No more users. Kill it.

Signed-off-by: Thomas Gleixner <[email protected]>
  • Loading branch information
KAGA-KOKO committed Jun 22, 2011
1 parent e08f6d4 commit a7de915
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/linux/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -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()
*
Expand Down

0 comments on commit a7de915

Please sign in to comment.