Commit 3003ce3e authored by Tony Lindgren's avatar Tony Lindgren

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: default avatarTony Lindgren <tony@atomide.com>
parent 936e0f2f
...@@ -49,6 +49,8 @@ ...@@ -49,6 +49,8 @@
#define OMAP3_IRQ_BASE OMAP2_L4_IO_ADDRESS(OMAP34XX_IC_BASE) #define OMAP3_IRQ_BASE OMAP2_L4_IO_ADDRESS(OMAP34XX_IC_BASE)
#define INTCPS_SIR_IRQ_OFFSET 0x0040 /* omap2/3 active interrupt offset */ #define INTCPS_SIR_IRQ_OFFSET 0x0040 /* omap2/3 active interrupt offset */
#define ACTIVEIRQ_MASK 0x7f /* omap2/3 active interrupt bits */ #define ACTIVEIRQ_MASK 0x7f /* omap2/3 active interrupt bits */
#define INTCPS_NR_MIR_REGS 3
#define INTCPS_NR_IRQS 96
/* /*
* OMAP2 has a number of different interrupt controllers, each interrupt * OMAP2 has a number of different interrupt controllers, each interrupt
......
...@@ -440,9 +440,6 @@ ...@@ -440,9 +440,6 @@
#define OMAP_IRQ_BIT(irq) (1 << ((irq) % 32)) #define OMAP_IRQ_BIT(irq) (1 << ((irq) % 32))
#define INTCPS_NR_MIR_REGS 3
#define INTCPS_NR_IRQS 96
#include <mach/hardware.h> #include <mach/hardware.h>
#ifdef CONFIG_FIQ #ifdef CONFIG_FIQ
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment