aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-u300/include
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2012-08-13 13:49:45 +0200
committerLinus Walleij <linus.walleij@linaro.org>2012-08-13 13:53:07 +0200
commita4fe292fa75baaa9cfb1a7224614f31fcd0d9a7b (patch)
tree320038aa5b3763506bc87a0f1d836841e27ab0d1 /arch/arm/mach-u300/include
parentARM: u300: move DMA channel header into mach-u300 (diff)
downloadlinux-dev-a4fe292fa75baaa9cfb1a7224614f31fcd0d9a7b.tar.xz
linux-dev-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')
-rw-r--r--arch/arm/mach-u300/include/mach/irqs.h2
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