From 9a6b106b1e5951d27da32d410e8c15f88a7280c7 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Wed, 30 Mar 2011 00:35:34 +0200 Subject: [PATCH] --- yaml --- r: 243529 b: refs/heads/master c: 380a26be7d5af83f3831c3b6697031dffbb1c8f3 h: refs/heads/master i: 243527: c5c3cf17850f5304a35c3d4d82273b6b4139b1d6 v: v3 --- [refs] | 2 +- trunk/include/linux/interrupt.h | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/[refs] b/[refs] index a643aa4d5f7e..352541131179 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 286b9bfe8ef6d97213c86bbaf30c250fd1f67568 +refs/heads/master: 380a26be7d5af83f3831c3b6697031dffbb1c8f3 diff --git a/trunk/include/linux/interrupt.h b/trunk/include/linux/interrupt.h index 59b72ca1c5d1..943c9b53695c 100644 --- a/trunk/include/linux/interrupt.h +++ b/trunk/include/linux/interrupt.h @@ -338,14 +338,6 @@ static inline void enable_irq_lockdep_irqrestore(unsigned int irq, unsigned long /* IRQ wakeup (PM) control: */ extern int irq_set_irq_wake(unsigned int irq, unsigned int on); -#ifndef CONFIG_GENERIC_HARDIRQS_NO_COMPAT -/* Please do not use: Use the replacement functions instead */ -static inline int set_irq_wake(unsigned int irq, unsigned int on) -{ - return irq_set_irq_wake(irq, on); -} -#endif - static inline int enable_irq_wake(unsigned int irq) { return irq_set_irq_wake(irq, 1);