Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221441
b: refs/heads/master
c: 639bd12
h: refs/heads/master
i:
  221439: 8c565d6
v: v3
  • Loading branch information
Paul Mundt authored and Thomas Gleixner committed Oct 26, 2010
1 parent 5b96b95 commit 5476c56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2656c36699677238edc9ec1fea79039f1fddbcb6
refs/heads/master: 639bd12f778d55a2632fde5af7d0719abc1871b9
5 changes: 5 additions & 0 deletions trunk/include/linux/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,11 @@ static inline void irq_free_desc(unsigned int irq)
irq_free_descs(irq, 1);
}

static inline int irq_reserve_irq(unsigned int irq)
{
return irq_reserve_irqs(irq, 1);
}

#endif /* CONFIG_GENERIC_HARDIRQS */

#endif /* !CONFIG_S390 */
Expand Down

0 comments on commit 5476c56

Please sign in to comment.