diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-04 20:43:29 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-12 21:06:30 -0400 |
commit | 3003ce3ecd31b171a99d3693ee89f4640a000e13 (patch) | |
tree | 81e4f8e00468ce66ac8c5f5ff15c93943fc015cf /arch/arm/plat-omap | |
parent | 936e0f2fd64efbb28444c916814b6232dddac03b (diff) |
ARM: OMAP2+: Make INTCPS_NR_IRQS local for mach-omap2/irq.c
Make INTCPS_NR_IRQS local for mach-omap2/irq.c
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/include/plat/irqs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/plat-omap/include/plat/irqs.h b/arch/arm/plat-omap/include/plat/irqs.h index 15f497c2602e..fc3959cdac31 100644 --- a/arch/arm/plat-omap/include/plat/irqs.h +++ b/arch/arm/plat-omap/include/plat/irqs.h | |||
@@ -440,9 +440,6 @@ | |||
440 | 440 | ||
441 | #define OMAP_IRQ_BIT(irq) (1 << ((irq) % 32)) | 441 | #define OMAP_IRQ_BIT(irq) (1 << ((irq) % 32)) |
442 | 442 | ||
443 | #define INTCPS_NR_MIR_REGS 3 | ||
444 | #define INTCPS_NR_IRQS 96 | ||
445 | |||
446 | #include <mach/hardware.h> | 443 | #include <mach/hardware.h> |
447 | 444 | ||
448 | #ifdef CONFIG_FIQ | 445 | #ifdef CONFIG_FIQ |