License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[sfrench/cifs-2.6.git] / arch / cris / include / asm / irq.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_IRQ_H
3 #define _ASM_IRQ_H
4
5 #include <arch/irq.h>
6
7 static inline int irq_canonicalize(int irq)
8 {  
9   return irq; 
10 }
11
12 #endif  /* _ASM_IRQ_H */
13
14