treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / arch / arm64 / include / asm / irq.h
blobb2b0c6405eb082fea7c99e607e7f2c9d9cca4ee7
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_IRQ_H
3 #define __ASM_IRQ_H
5 #ifndef __ASSEMBLER__
7 #include <asm-generic/irq.h>
9 struct pt_regs;
11 static inline int nr_legacy_irqs(void)
13 return 0;
16 #endif /* !__ASSEMBLER__ */
17 #endif