diff options
Diffstat (limited to 'arch/arm/mach-gemini/include/mach/irqs.h')
-rw-r--r-- | arch/arm/mach-gemini/include/mach/irqs.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/mach-gemini/include/mach/irqs.h b/arch/arm/mach-gemini/include/mach/irqs.h index c7728ac458f3..06bc47e77e8b 100644 --- a/arch/arm/mach-gemini/include/mach/irqs.h +++ b/arch/arm/mach-gemini/include/mach/irqs.h | |||
@@ -43,8 +43,11 @@ | |||
43 | 43 | ||
44 | #define NORMAL_IRQ_NUM 32 | 44 | #define NORMAL_IRQ_NUM 32 |
45 | 45 | ||
46 | #define GPIO_IRQ_BASE NORMAL_IRQ_NUM | ||
47 | #define GPIO_IRQ_NUM (3 * 32) | ||
48 | |||
46 | #define ARCH_TIMER_IRQ IRQ_TIMER2 | 49 | #define ARCH_TIMER_IRQ IRQ_TIMER2 |
47 | 50 | ||
48 | #define NR_IRQS NORMAL_IRQ_NUM | 51 | #define NR_IRQS (NORMAL_IRQ_NUM + GPIO_IRQ_NUM) |
49 | 52 | ||
50 | #endif /* __MACH_IRQS_H__ */ | 53 | #endif /* __MACH_IRQS_H__ */ |