Skip to content

Commit

Permalink
arm: zynq: Add missing irqchip.h to common.c
Browse files Browse the repository at this point in the history
The patch: "ARM: use common irqchip_init for GIC init"
(sha1: 0529e31)
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>
Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Michal Simek authored and Olof Johansson committed Jan 29, 2013
1 parent 5d292eb commit 00f4c14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-zynq/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <linux/of_irq.h>
#include <linux/of_platform.h>
#include <linux/of.h>
#include <linux/irqchip.h>

#include <asm/mach/arch.h>
#include <asm/mach/map.h>
Expand Down

0 comments on commit 00f4c14

Please sign in to comment.