ARM: 6276/1: mach-shmobile: remove duplicate NR_IRQS_LEGACY
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / arm / mach-shmobile / include / mach / irqs.h
blob132256bb8c817b1b5ab9aa08cd1af7875b22ca00
1 #ifndef __ASM_MACH_IRQS_H
2 #define __ASM_MACH_IRQS_H
4 #define NR_IRQS 512
6 #define evt2irq(evt) (((evt) >> 5) - 16)
7 #define irq2evt(irq) (((irq) + 16) << 5)
9 #endif /* __ASM_MACH_IRQS_H */