Skip to content

Commit

Permalink
arm64: Remove ununsed set_irq_flags
Browse files Browse the repository at this point in the history
Now that all users of set_irq_flags and custom flags are converted to
genirq functions, the ARM specific set_irq_flags can be removed.

Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Will Deacon <will.deacon@arm.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Rob Herring authored and Thomas Gleixner committed Sep 16, 2015
1 parent eb81112 commit ae80a2f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions arch/arm64/include/asm/hardirq.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,4 @@ static inline void ack_bad_irq(unsigned int irq)
irq_err_count++;
}

/*
* No arch-specific IRQ flags.
*/
#define set_irq_flags(irq, flags)

#endif /* __ASM_HARDIRQ_H */

0 comments on commit ae80a2f

Please sign in to comment.