diff options
Diffstat (limited to 'include/linux/irq.h')
-rw-r--r-- | include/linux/irq.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h index 096b74d5d0d7..ef878823ee3b 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h | |||
@@ -214,6 +214,10 @@ struct irq_chip { | |||
214 | */ | 214 | */ |
215 | #include <asm/hw_irq.h> | 215 | #include <asm/hw_irq.h> |
216 | 216 | ||
217 | #ifndef NR_IRQS_LEGACY | ||
218 | # define NR_IRQS_LEGACY 0 | ||
219 | #endif | ||
220 | |||
217 | #ifndef ARCH_IRQ_INIT_FLAGS | 221 | #ifndef ARCH_IRQ_INIT_FLAGS |
218 | # define ARCH_IRQ_INIT_FLAGS 0 | 222 | # define ARCH_IRQ_INIT_FLAGS 0 |
219 | #endif | 223 | #endif |