Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334836
b: refs/heads/master
c: 05c7698
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann committed Oct 9, 2012
1 parent e253d66 commit 7741a24
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5c5b06c3c09510a2e90f6453266823dc6f940c70
refs/heads/master: 05c769823cd0648fc56c8f0289c5f14d465389a8
2 changes: 2 additions & 0 deletions trunk/arch/arm/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include <linux/list.h>
#include <linux/kallsyms.h>
#include <linux/proc_fs.h>
#include <linux/export.h>

#include <asm/exception.h>
#include <asm/mach/arch.h>
Expand Down Expand Up @@ -109,6 +110,7 @@ void set_irq_flags(unsigned int irq, unsigned int iflags)
/* Order is clear bits in "clr" then set bits in "set" */
irq_modify_status(irq, clr, set & ~clr);
}
EXPORT_SYMBOL_GPL(set_irq_flags);

void __init init_IRQ(void)
{
Expand Down

0 comments on commit 7741a24

Please sign in to comment.