From: David Howells Date: Wed, 12 Dec 2012 15:36:40 +0000 (+0000) Subject: MN10300: ASB2305 PCI code needs linux/irq.h X-Git-Tag: upstream/snapshot3+hdmi~6097^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=00a2f9151838abf0e84ed05ac1282bf57ac4d01c;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 --- diff --git a/arch/mn10300/unit-asb2305/pci.c b/arch/mn10300/unit-asb2305/pci.c index 6dce9fc..a3239b0 100644 --- a/arch/mn10300/unit-asb2305/pci.c +++ b/arch/mn10300/unit-asb2305/pci.c @@ -17,6 +17,7 @@ #include #include #include +#include #include #include "pci-asb2305.h"