aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mn10300
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2012-12-12 10:36:40 -0500
committerDavid Howells <dhowells@redhat.com>2012-12-12 10:46:15 -0500
commit00a2f9151838abf0e84ed05ac1282bf57ac4d01c (patch)
tree2aa8aa0c32375cf0c6f787e2c581f81405cf438b /arch/mn10300
parent3d7b6a674e266999a90ff1e21c6c839e30200c51 (diff)
MN10300: ASB2305 PCI code needs linux/irq.h
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>
Diffstat (limited to 'arch/mn10300')
-rw-r--r--arch/mn10300/unit-asb2305/pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mn10300/unit-asb2305/pci.c b/arch/mn10300/unit-asb2305/pci.c
index 6dce9fc2cf3c..a3239b0f9656 100644
--- a/arch/mn10300/unit-asb2305/pci.c
+++ b/arch/mn10300/unit-asb2305/pci.c
@@ -17,6 +17,7 @@
17#include <linux/init.h> 17#include <linux/init.h>
18#include <linux/ioport.h> 18#include <linux/ioport.h>
19#include <linux/delay.h> 19#include <linux/delay.h>
20#include <linux/irq.h>
20#include <asm/io.h> 21#include <asm/io.h>
21#include "pci-asb2305.h" 22#include "pci-asb2305.h"
22 23