diff options
Diffstat (limited to 'arch/avr32/include/asm/irq.h')
-rw-r--r-- | arch/avr32/include/asm/irq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/avr32/include/asm/irq.h b/arch/avr32/include/asm/irq.h index c563b7720c1a..6fa8913f8548 100644 --- a/arch/avr32/include/asm/irq.h +++ b/arch/avr32/include/asm/irq.h | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | #define NR_INTERNAL_IRQS 64 | 4 | #define NR_INTERNAL_IRQS 64 |
5 | 5 | ||
6 | #include <asm/arch/irq.h> | 6 | #include <mach/irq.h> |
7 | 7 | ||
8 | #ifndef NR_IRQS | 8 | #ifndef NR_IRQS |
9 | #define NR_IRQS (NR_INTERNAL_IRQS) | 9 | #define NR_IRQS (NR_INTERNAL_IRQS) |