diff --git a/[refs] b/[refs] index 241989988064..cc68f6597281 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bf0df636e5ddf43cbacff8435962ee8aa40f563e +refs/heads/master: aa5346a2126ea65e8ef04eebea0f2481f701bdb8 diff --git a/trunk/include/linux/interrupt.h b/trunk/include/linux/interrupt.h index 5523f19d88d2..8e5f289052a2 100644 --- a/trunk/include/linux/interrupt.h +++ b/trunk/include/linux/interrupt.h @@ -205,6 +205,15 @@ static inline int disable_irq_wake(unsigned int irq) enable_irq(irq) # endif +static inline int enable_irq_wake(unsigned int irq) +{ + return 0; +} + +static inline int disable_irq_wake(unsigned int irq) +{ + return 0; +} #endif /* CONFIG_GENERIC_HARDIRQS */ #ifndef __ARCH_SET_SOFTIRQ_PENDING