genirq: Remove unsused inline
move_irq() has no users. Remove it and simplify the ifdef forrest while at it. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@@ -215,15 +215,9 @@ extern void remove_irq(unsigned int irq, struct irqaction *act);
|
|||||||
|
|
||||||
#ifdef CONFIG_GENERIC_HARDIRQS
|
#ifdef CONFIG_GENERIC_HARDIRQS
|
||||||
|
|
||||||
#ifdef CONFIG_SMP
|
#if defined(CONFIG_SMP) && defined(CONFIG_GENERIC_PENDING_IRQ)
|
||||||
# ifdef CONFIG_GENERIC_PENDING_IRQ
|
|
||||||
void move_native_irq(int irq);
|
void move_native_irq(int irq);
|
||||||
void move_masked_irq(int irq);
|
void move_masked_irq(int irq);
|
||||||
# else
|
|
||||||
static inline void move_irq(int irq) { }
|
|
||||||
static inline void move_native_irq(int irq) { }
|
|
||||||
static inline void move_masked_irq(int irq) { }
|
|
||||||
# endif
|
|
||||||
#else
|
#else
|
||||||
static inline void move_native_irq(int irq) { }
|
static inline void move_native_irq(int irq) { }
|
||||||
static inline void move_masked_irq(int irq) { }
|
static inline void move_masked_irq(int irq) { }
|
||||||
|
Reference in New Issue
Block a user