diff options
Diffstat (limited to 'include/linux/interrupt.h')
| -rw-r--r-- | include/linux/interrupt.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index 5a57df2ee92..58ff4e74b2f 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h | |||
| @@ -15,15 +15,6 @@ | |||
| 15 | #include <asm/ptrace.h> | 15 | #include <asm/ptrace.h> |
| 16 | #include <asm/system.h> | 16 | #include <asm/system.h> |
| 17 | 17 | ||
| 18 | #ifndef CONFIG_GENERIC_HARDIRQS | ||
| 19 | # define for_each_irq_desc(irq, desc) \ | ||
| 20 | for (irq = 0; irq < nr_irqs; irq++) | ||
| 21 | |||
| 22 | # define nr_irqs NR_IRQS | ||
| 23 | #else | ||
| 24 | extern int nr_irqs; | ||
| 25 | #endif | ||
| 26 | |||
| 27 | /* | 18 | /* |
| 28 | * These correspond to the IORESOURCE_IRQ_* defines in | 19 | * These correspond to the IORESOURCE_IRQ_* defines in |
| 29 | * linux/ioport.h to select the interrupt line behaviour. When | 20 | * linux/ioport.h to select the interrupt line behaviour. When |
