Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243529
b: refs/heads/master
c: 380a26b
h: refs/heads/master
i:
  243527: c5c3cf1
v: v3
  • Loading branch information
Thomas Gleixner committed Mar 29, 2011
1 parent 679d60d commit 9a6b106
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 286b9bfe8ef6d97213c86bbaf30c250fd1f67568
refs/heads/master: 380a26be7d5af83f3831c3b6697031dffbb1c8f3
8 changes: 0 additions & 8 deletions trunk/include/linux/interrupt.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9a6b106

Please sign in to comment.