diff options
Diffstat (limited to 'include/linux/irq.h')
-rw-r--r-- | include/linux/irq.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h index 8778ee993937..ae9653dbcd78 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h | |||
@@ -228,13 +228,6 @@ static inline struct irq_desc *move_irq_desc(struct irq_desc *desc, int node) | |||
228 | extern struct irq_desc *irq_to_desc_alloc_node(unsigned int irq, int node); | 228 | extern struct irq_desc *irq_to_desc_alloc_node(unsigned int irq, int node); |
229 | 229 | ||
230 | /* | 230 | /* |
231 | * Migration helpers for obsolete names, they will go away: | ||
232 | */ | ||
233 | #define hw_interrupt_type irq_chip | ||
234 | #define no_irq_type no_irq_chip | ||
235 | typedef struct irq_desc irq_desc_t; | ||
236 | |||
237 | /* | ||
238 | * Pick up the arch-dependent methods: | 231 | * Pick up the arch-dependent methods: |
239 | */ | 232 | */ |
240 | #include <asm/hw_irq.h> | 233 | #include <asm/hw_irq.h> |
@@ -297,6 +290,7 @@ extern void handle_edge_irq(unsigned int irq, struct irq_desc *desc); | |||
297 | extern void handle_simple_irq(unsigned int irq, struct irq_desc *desc); | 290 | extern void handle_simple_irq(unsigned int irq, struct irq_desc *desc); |
298 | extern void handle_percpu_irq(unsigned int irq, struct irq_desc *desc); | 291 | extern void handle_percpu_irq(unsigned int irq, struct irq_desc *desc); |
299 | extern void handle_bad_irq(unsigned int irq, struct irq_desc *desc); | 292 | extern void handle_bad_irq(unsigned int irq, struct irq_desc *desc); |
293 | extern void handle_nested_irq(unsigned int irq); | ||
300 | 294 | ||
301 | /* | 295 | /* |
302 | * Monolithic do_IRQ implementation. | 296 | * Monolithic do_IRQ implementation. |