diff options
Diffstat (limited to 'include/asm-arm/mach/irq.h')
-rw-r--r-- | include/asm-arm/mach/irq.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/asm-arm/mach/irq.h b/include/asm-arm/mach/irq.h index 0e017ecf2096..eb0bfba6570d 100644 --- a/include/asm-arm/mach/irq.h +++ b/include/asm-arm/mach/irq.h | |||
@@ -22,12 +22,6 @@ extern void init_FIQ(void); | |||
22 | extern int show_fiq_list(struct seq_file *, void *); | 22 | extern int show_fiq_list(struct seq_file *, void *); |
23 | 23 | ||
24 | /* | 24 | /* |
25 | * Function wrappers | ||
26 | */ | ||
27 | #define set_irq_chipdata(irq, d) set_irq_chip_data(irq, d) | ||
28 | #define get_irq_chipdata(irq) get_irq_chip_data(irq) | ||
29 | |||
30 | /* | ||
31 | * Obsolete inline function for calling irq descriptor handlers. | 25 | * Obsolete inline function for calling irq descriptor handlers. |
32 | */ | 26 | */ |
33 | static inline void desc_handle_irq(unsigned int irq, struct irq_desc *desc) | 27 | static inline void desc_handle_irq(unsigned int irq, struct irq_desc *desc) |
@@ -44,12 +38,6 @@ void set_irq_flags(unsigned int irq, unsigned int flags); | |||
44 | /* | 38 | /* |
45 | * This is for easy migration, but should be changed in the source | 39 | * This is for easy migration, but should be changed in the source |
46 | */ | 40 | */ |
47 | #define do_level_IRQ handle_level_irq | ||
48 | #define do_edge_IRQ handle_edge_irq | ||
49 | #define do_simple_IRQ handle_simple_irq | ||
50 | #define irqdesc irq_desc | ||
51 | #define irqchip irq_chip | ||
52 | |||
53 | #define do_bad_IRQ(irq,desc) \ | 41 | #define do_bad_IRQ(irq,desc) \ |
54 | do { \ | 42 | do { \ |
55 | spin_lock(&desc->lock); \ | 43 | spin_lock(&desc->lock); \ |