From dce31ebb9891f08cb7065b0747634600cfd9458c Mon Sep 17 00:00:00 2001 From: Guennadi Liakhovetski Date: Tue, 16 Oct 2007 01:24:01 -0700 Subject: [PATCH] --- yaml --- r: 69573 b: refs/heads/master c: aa5346a2126ea65e8ef04eebea0f2481f701bdb8 h: refs/heads/master i: 69571: 74e4c0f06fcd836ab87bb504742554762b2a323a v: v3 --- [refs] | 2 +- trunk/include/linux/interrupt.h | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) 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