summaryrefslogtreecommitdiff
path: root/arch/arm/mach-u300/include
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2012-08-13 11:49:45 (GMT)
committerLinus Walleij <linus.walleij@linaro.org>2012-08-13 11:53:07 (GMT)
commita4fe292fa75baaa9cfb1a7224614f31fcd0d9a7b (patch)
tree320038aa5b3763506bc87a0f1d836841e27ab0d1 /arch/arm/mach-u300/include
parent8dcf470760b74c41e7c93deebc2ff60af3908c97 (diff)
downloadlinux-fsl-qoriq-a4fe292fa75baaa9cfb1a7224614f31fcd0d9a7b.tar.xz
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 c09386b..e27425a 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