GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / cris / include / asm / irq.h
blobd2564fd60b85662ce90555ebeb800baa71a3a9cc
1 #ifndef _ASM_IRQ_H
2 #define _ASM_IRQ_H
4 #include <arch/irq.h>
6 static inline int irq_canonicalize(int irq)
7 {
8 return irq;
11 #endif /* _ASM_IRQ_H */