Commit 00f4c14d authored by Michal Simek's avatar Michal Simek Committed by Olof Johansson

arm: zynq: Add missing irqchip.h to common.c

The patch: "ARM: use common irqchip_init for GIC init"
(sha1: 0529e315)
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: default avatarMichal Simek <michal.simek@xilinx.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 5d292ebf
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include <linux/of_irq.h> #include <linux/of_irq.h>
#include <linux/of_platform.h> #include <linux/of_platform.h>
#include <linux/of.h> #include <linux/of.h>
#include <linux/irqchip.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/mach/map.h> #include <asm/mach/map.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment