diff options
author | Michal Simek <michal.simek@xilinx.com> | 2013-01-28 07:22:27 -0500 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2013-01-28 07:27:18 -0500 |
commit | c067561759dec2a4aac0b9d9bcfaa2a3771e8dec (patch) | |
tree | e120e375a9ba3a9aea76b512e0dbd46076cb1057 | |
parent | f8060f5446b1f2782f0a8ca9be2d870ea4198aee (diff) |
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 <michal.simek@xilinx.com>
-rw-r--r-- | arch/arm/mach-zynq/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-zynq/common.c b/arch/arm/mach-zynq/common.c index 6472a69cbfe1..cf3ec5466af7 100644 --- a/arch/arm/mach-zynq/common.c +++ b/arch/arm/mach-zynq/common.c | |||
@@ -24,6 +24,7 @@ | |||
24 | #include <linux/of_irq.h> | 24 | #include <linux/of_irq.h> |
25 | #include <linux/of_platform.h> | 25 | #include <linux/of_platform.h> |
26 | #include <linux/of.h> | 26 | #include <linux/of.h> |
27 | #include <linux/irqchip.h> | ||
27 | 28 | ||
28 | #include <asm/mach/arch.h> | 29 | #include <asm/mach/arch.h> |
29 | #include <asm/mach/map.h> | 30 | #include <asm/mach/map.h> |