diff options
Diffstat (limited to 'include/linux/interrupt.h')
-rw-r--r-- | include/linux/interrupt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index 58ff4e74b2f3..511803853a5b 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h | |||
@@ -15,6 +15,8 @@ | |||
15 | #include <asm/ptrace.h> | 15 | #include <asm/ptrace.h> |
16 | #include <asm/system.h> | 16 | #include <asm/system.h> |
17 | 17 | ||
18 | extern int nr_irqs; | ||
19 | |||
18 | /* | 20 | /* |
19 | * These correspond to the IORESOURCE_IRQ_* defines in | 21 | * These correspond to the IORESOURCE_IRQ_* defines in |
20 | * linux/ioport.h to select the interrupt line behaviour. When | 22 | * linux/ioport.h to select the interrupt line behaviour. When |