aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/irq.h')
-rw-r--r--include/linux/irq.h8
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)
228extern struct irq_desc *irq_to_desc_alloc_node(unsigned int irq, int node); 228extern 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
235typedef 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);
297extern void handle_simple_irq(unsigned int irq, struct irq_desc *desc); 290extern void handle_simple_irq(unsigned int irq, struct irq_desc *desc);
298extern void handle_percpu_irq(unsigned int irq, struct irq_desc *desc); 291extern void handle_percpu_irq(unsigned int irq, struct irq_desc *desc);
299extern void handle_bad_irq(unsigned int irq, struct irq_desc *desc); 292extern void handle_bad_irq(unsigned int irq, struct irq_desc *desc);
293extern void handle_nested_irq(unsigned int irq);
300 294
301/* 295/*
302 * Monolithic do_IRQ implementation. 296 * Monolithic do_IRQ implementation.