From: Michal Simek Date: Mon, 28 Jan 2013 12:30:50 +0000 (+0100) Subject: arm: zynq: Add missing irqchip.h to common.c X-Git-Tag: v3.9-rc1~122^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=00f4c14d183fe78814de57ca651829603f8b1459;p=profile%2Fivi%2Fkernel-x86-ivi.git arm: zynq: Add missing irqchip.h to common.c The patch: "ARM: use common irqchip_init for GIC init" (sha1: 0529e315bbda5d502c93df2cfafba9bb337fbdf4) should also add linux/irqchip.h header. Error message: arch/arm/mach-zynq/common.c:99:14: error: 'irqchip_init' undeclared here (not in a function) Signed-off-by: Michal Simek Signed-off-by: Olof Johansson --- diff --git a/arch/arm/mach-zynq/common.c b/arch/arm/mach-zynq/common.c index 6472a69..cf3ec54 100644 --- a/arch/arm/mach-zynq/common.c +++ b/arch/arm/mach-zynq/common.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include