#ifndef _ASM_IRQ_H #define _ASM_IRQ_H #include static inline int irq_canonicalize(int irq) { return irq; } #endif /* _ASM_IRQ_H */