blob: 998cce9f3200308dd6c87c5f23276e13709ae724 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _ASM_IRQ_H
2#define _ASM_IRQ_H
3
4#include <asm/arch/irq.h>
5
Adrian Bunkd9b54442005-11-07 00:58:44 -08006static inline int irq_canonicalize(int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07007{
8 return irq;
9}
10
Linus Torvalds1da177e2005-04-16 15:20:36 -070011#endif /* _ASM_IRQ_H */
12
13