Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323610
b: refs/heads/master
c: 17d8312
h: refs/heads/master
v: v3
  • Loading branch information
Kuninori Morimoto authored and Thomas Gleixner committed Aug 21, 2012
1 parent 8d11768 commit 108c429
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: b3ae66f209e8929db62b5a5f874ab2cdcf5ef1d4
refs/heads/master: 17d83127d4c2b322dd8f217e0ac08c66eb403779
2 changes: 2 additions & 0 deletions trunk/kernel/irq/dummychip.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*/
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/export.h>

#include "internals.h"

Expand Down Expand Up @@ -57,3 +58,4 @@ struct irq_chip dummy_irq_chip = {
.irq_mask = noop,
.irq_unmask = noop,
};
EXPORT_SYMBOL_GPL(dummy_irq_chip);

0 comments on commit 108c429

Please sign in to comment.