diff --git a/[refs] b/[refs] index d1b05d3998ab..5313e54102c8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e144710b302525de5b90b9c3ba43562458d8957f +refs/heads/master: 3a3856d00c74560a7b8d9f8a13c1ca94ee786b78 diff --git a/trunk/include/linux/irq.h b/trunk/include/linux/irq.h index f5827abbc034..80fdab208c13 100644 --- a/trunk/include/linux/irq.h +++ b/trunk/include/linux/irq.h @@ -215,15 +215,9 @@ extern void remove_irq(unsigned int irq, struct irqaction *act); #ifdef CONFIG_GENERIC_HARDIRQS -#ifdef CONFIG_SMP -# ifdef CONFIG_GENERIC_PENDING_IRQ +#if defined(CONFIG_SMP) && defined(CONFIG_GENERIC_PENDING_IRQ) void move_native_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 static inline void move_native_irq(int irq) { } static inline void move_masked_irq(int irq) { }