diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-08-13 07:49:45 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-08-13 07:53:07 -0400 |
commit | a4fe292fa75baaa9cfb1a7224614f31fcd0d9a7b (patch) | |
tree | 320038aa5b3763506bc87a0f1d836841e27ab0d1 /arch/arm/mach-u300/include/mach/irqs.h | |
parent | 8dcf470760b74c41e7c93deebc2ff60af3908c97 (diff) |
ARM: u300: convert to sparse IRQs
This converts the U300 to use sparse IRQs, which is simple now
that the number of machines are reduced.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-u300/include/mach/irqs.h')
-rw-r--r-- | arch/arm/mach-u300/include/mach/irqs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-u300/include/mach/irqs.h b/arch/arm/mach-u300/include/mach/irqs.h index c09386bca206..e27425a63fa1 100644 --- a/arch/arm/mach-u300/include/mach/irqs.h +++ b/arch/arm/mach-u300/include/mach/irqs.h | |||
@@ -85,6 +85,6 @@ | |||
85 | #define IRQ_U300_GPIO_END (U300_VIC_IRQS_END) | 85 | #define IRQ_U300_GPIO_END (U300_VIC_IRQS_END) |
86 | #endif | 86 | #endif |
87 | 87 | ||
88 | #define NR_IRQS (IRQ_U300_GPIO_END - IRQ_U300_INTCON0_START) | 88 | #define NR_IRQS_U300 (IRQ_U300_GPIO_END - IRQ_U300_INTCON0_START) |
89 | 89 | ||
90 | #endif | 90 | #endif |