irqchip: gic: Add binding probe for ARM GIC400
authorSuravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>
Mon, 14 Jul 2014 22:03:03 +0000 (00:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Jul 2014 15:06:02 +0000 (08:06 -0700)
commitddd78c85d594a0d4223e87cb5152d21c98732ae1
tree50129d0eb34fd32cb575da8f5a9c77eaf5f92fe2
parent2d2f8e6fbc209e8797572f00a3f7142d739ac170
irqchip: gic: Add binding probe for ARM GIC400

commit 144cb08864ed44be52d8634ac69cd98e5efcf527 upstream.

Commit 3ab72f9156bb "dt-bindings: add GIC-400 binding" added the
"arm,gic-400" compatible string, but the corresponding IRQCHIP_DECLARE
was never added to the gic driver.

Therefore add the missing irqchip declaration for it.

Signed-off-by: Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Removed additional empty line and adapted commit message to mark it
as fixing an issue.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Will Deacon <will.deacon@arm.com>
Fixes: 3ab72f9156bb ("dt-bindings: add GIC-400 binding")
Link: https://lkml.kernel.org/r/2621565.f5eISveXXJ@diego
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/irqchip/irq-gic.c