irqchip/gic-v3: Add missing struct device_node declaration
authorMarc Zyngier <marc.zyngier@arm.com>
Mon, 7 Dec 2015 10:11:11 +0000 (10:11 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 10 Dec 2015 18:13:26 +0000 (19:13 +0100)
commit059393c5bdd1420bdf1bed2972f33196dff263ae
tree6946dc71fc113710a25ce6ff04c8d19b94d773c9
parent849ee3d46a7334e950fb17d1ac2cbe2c6b088f65
irqchip/gic-v3: Add missing struct device_node declaration

When the GICv3 header file is used in a C file that doesn't include
any of the OF stuff, we end up with a bunch of ugly warnings.

Let's keep GCC quiet by adding a forward declaration.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Cc: <linux-arm-kernel@lists.infradead.org>
Cc: Jason Cooper <jason@lakedaemon.net>
Link: http://lkml.kernel.org/r/1449483072-17694-2-git-send-email-marc.zyngier@arm.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/irqchip/arm-gic-v3.h