diff options
| author | David S. Miller <davem@davemloft.net> | 2012-10-02 23:02:10 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2012-10-02 23:02:10 -0400 |
| commit | 954f9ac43b87b44152b8c21163cefd466a87145e (patch) | |
| tree | 31c4197f975c66c96976948663e6ce844900b41a /kernel/irq/dummychip.c | |
| parent | 1b62ca7bf5775bed048032b7e779561e1fe66aa0 (diff) | |
| parent | 7fe0b14b725d6d09a1d9e1409bd465cb88b587f9 (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
There's a Niagara 2 memcpy fix in this tree and I have
a Kconfig fix from Dave Jones which requires the sparc-next
changes which went upstream yesterday.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel/irq/dummychip.c')
| -rw-r--r-- | kernel/irq/dummychip.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/irq/dummychip.c b/kernel/irq/dummychip.c index b5fcd96c7102..988dc58e8847 100644 --- a/kernel/irq/dummychip.c +++ b/kernel/irq/dummychip.c | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | */ | 6 | */ |
| 7 | #include <linux/interrupt.h> | 7 | #include <linux/interrupt.h> |
| 8 | #include <linux/irq.h> | 8 | #include <linux/irq.h> |
| 9 | #include <linux/export.h> | ||
| 9 | 10 | ||
| 10 | #include "internals.h" | 11 | #include "internals.h" |
| 11 | 12 | ||
| @@ -57,3 +58,4 @@ struct irq_chip dummy_irq_chip = { | |||
| 57 | .irq_mask = noop, | 58 | .irq_mask = noop, |
| 58 | .irq_unmask = noop, | 59 | .irq_unmask = noop, |
| 59 | }; | 60 | }; |
| 61 | EXPORT_SYMBOL_GPL(dummy_irq_chip); | ||
