diff options
Diffstat (limited to 'arch/arm/mach-omap2/irq.c')
-rw-r--r-- | arch/arm/mach-omap2/irq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/irq.c b/arch/arm/mach-omap2/irq.c index ae082c603445..bae03290cad4 100644 --- a/arch/arm/mach-omap2/irq.c +++ b/arch/arm/mach-omap2/irq.c | |||
@@ -41,6 +41,7 @@ | |||
41 | #define INTC_MIR_CLEAR0 0x0088 | 41 | #define INTC_MIR_CLEAR0 0x0088 |
42 | #define INTC_MIR_SET0 0x008c | 42 | #define INTC_MIR_SET0 0x008c |
43 | #define INTC_PENDING_IRQ0 0x0098 | 43 | #define INTC_PENDING_IRQ0 0x0098 |
44 | #define INTC_ILR0 0x0100 | ||
44 | /* Number of IRQ state bits in each MIR register */ | 45 | /* Number of IRQ state bits in each MIR register */ |
45 | #define IRQ_BITS_PER_REG 32 | 46 | #define IRQ_BITS_PER_REG 32 |
46 | 47 | ||