From 00a2f9151838abf0e84ed05ac1282bf57ac4d01c Mon Sep 17 00:00:00 2001 From: David Howells <dhowells@redhat.com> Date: Wed, 12 Dec 2012 15:36:40 +0000 Subject: [PATCH] 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> --- arch/mn10300/unit-asb2305/pci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/mn10300/unit-asb2305/pci.c b/arch/mn10300/unit-asb2305/pci.c index 6dce9fc2cf3c13..a3239b0f965626 100644 --- 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" -- GitLab