diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-03-29 02:51:13 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-03-29 14:50:32 +0200 |
commit | 851d7cf647e0d31668eb5dc496f7698a2f6136b4 (patch) | |
tree | 15a292814827ef43cbfa6d28e41c7058bf71ebf7 /include/linux/irq.h | |
parent | 0c6f8a8b917ad361319c8ace3e9f28e69bfdb4c1 (diff) | |
download | op-kernel-dev-851d7cf647e0d31668eb5dc496f7698a2f6136b4.zip op-kernel-dev-851d7cf647e0d31668eb5dc496f7698a2f6136b4.tar.gz |
genirq: Remove move_*irq leftovers
All users converted to new interface.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/irq.h')
-rw-r--r-- | include/linux/irq.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h index 7b3faace..2a375a7 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h @@ -386,13 +386,9 @@ extern int __irq_set_affinity_locked(struct irq_data *data, const struct cpumas #ifdef CONFIG_GENERIC_HARDIRQS #if defined(CONFIG_SMP) && defined(CONFIG_GENERIC_PENDING_IRQ) -void move_native_irq(int irq); -void move_masked_irq(int irq); void irq_move_irq(struct irq_data *data); void irq_move_masked_irq(struct irq_data *data); #else -static inline void move_native_irq(int irq) { } -static inline void move_masked_irq(int irq) { } static inline void irq_move_irq(struct irq_data *data) { } static inline void irq_move_masked_irq(struct irq_data *data) { } #endif |