projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d7b6a6
)
MN10300: ASB2305 PCI code needs linux/irq.h
author
David Howells
<dhowells@redhat.com>
Wed, 12 Dec 2012 15:36:40 +0000
(15:36 +0000)
committer
David Howells
<dhowells@redhat.com>
Wed, 12 Dec 2012 15:46:15 +0000
(15:46 +0000)
ASB2305 PCI code needs to #include linux/irq.h for XIRQ1 so that it can set
the CPU interrupt priority level on the PCI interrupt.
Signed-off-by: David Howells <dhowells@redhat.com>
arch/mn10300/unit-asb2305/pci.c
patch
|
blob
|
history
diff --git
a/arch/mn10300/unit-asb2305/pci.c
b/arch/mn10300/unit-asb2305/pci.c
index
6dce9fc
..
a3239b0
100644
(file)
--- a/
arch/mn10300/unit-asb2305/pci.c
+++ b/
arch/mn10300/unit-asb2305/pci.c
@@
-17,6
+17,7
@@
#include <linux/init.h>
#include <linux/ioport.h>
#include <linux/delay.h>
+#include <linux/irq.h>
#include <asm/io.h>
#include "pci-asb2305.h"