diff options
Diffstat (limited to 'include/linux/irq.h')
-rw-r--r-- | include/linux/irq.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h index 6e3ad6245bd3..80713d6e8c8d 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h | |||
@@ -87,13 +87,6 @@ typedef struct irq_desc { | |||
87 | 87 | ||
88 | extern irq_desc_t irq_desc [NR_IRQS]; | 88 | extern irq_desc_t irq_desc [NR_IRQS]; |
89 | 89 | ||
90 | /* Return a pointer to the irq descriptor for IRQ. */ | ||
91 | static inline irq_desc_t * | ||
92 | irq_descp (int irq) | ||
93 | { | ||
94 | return irq_desc + irq; | ||
95 | } | ||
96 | |||
97 | #include <asm/hw_irq.h> /* the arch dependent stuff */ | 90 | #include <asm/hw_irq.h> /* the arch dependent stuff */ |
98 | 91 | ||
99 | extern int setup_irq(unsigned int irq, struct irqaction * new); | 92 | extern int setup_irq(unsigned int irq, struct irqaction * new); |