diff options
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/irqs.h')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/irqs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-davinci/include/mach/irqs.h b/arch/arm/mach-davinci/include/mach/irqs.h index 6047c2d9da33..7f755cc387e5 100644 --- a/arch/arm/mach-davinci/include/mach/irqs.h +++ b/arch/arm/mach-davinci/include/mach/irqs.h | |||
@@ -397,8 +397,8 @@ | |||
397 | 397 | ||
398 | #define DA850_N_CP_INTC_IRQ 101 | 398 | #define DA850_N_CP_INTC_IRQ 101 |
399 | 399 | ||
400 | /* da830/da850 currently has the most gpio pins (128) */ | 400 | /* da850 currently has the most gpio pins (144) */ |
401 | #define DAVINCI_N_GPIO 128 | 401 | #define DAVINCI_N_GPIO 144 |
402 | /* da850 currently has the most irqs so use DA850_N_CP_INTC_IRQ */ | 402 | /* da850 currently has the most irqs so use DA850_N_CP_INTC_IRQ */ |
403 | #define NR_IRQS (DA850_N_CP_INTC_IRQ + DAVINCI_N_GPIO) | 403 | #define NR_IRQS (DA850_N_CP_INTC_IRQ + DAVINCI_N_GPIO) |
404 | 404 | ||