diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-08-13 13:49:45 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-08-13 13:53:07 +0200 |
commit | a4fe292fa75baaa9cfb1a7224614f31fcd0d9a7b (patch) | |
tree | 320038aa5b3763506bc87a0f1d836841e27ab0d1 /arch/arm/mach-u300/include/mach/irqs.h | |
parent | 8dcf470760b74c41e7c93deebc2ff60af3908c97 (diff) | |
download | talos-op-linux-a4fe292fa75baaa9cfb1a7224614f31fcd0d9a7b.tar.gz talos-op-linux-a4fe292fa75baaa9cfb1a7224614f31fcd0d9a7b.zip |
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 @@ #define IRQ_U300_GPIO_END (U300_VIC_IRQS_END) #endif -#define NR_IRQS (IRQ_U300_GPIO_END - IRQ_U300_INTCON0_START) +#define NR_IRQS_U300 (IRQ_U300_GPIO_END - IRQ_U300_INTCON0_START) #endif |