ARM: Remove open-coded version of IRQCHIP_DECLARE
authorMarc Zyngier <marc.zyngier@arm.com>
Fri, 16 Oct 2015 14:21:10 +0000 (15:21 +0100)
committerOlof Johansson <olof@lixom.net>
Thu, 22 Oct 2015 16:52:49 +0000 (09:52 -0700)
commit0cc09e85186082d414a89f85ec1b7ff588547f10
tree2c7c0482c1182d4c98a37a244376cef196fe013a
parent9aa2b26bd38cdae51adebbbcbb4bb06d38eed1dd
ARM: Remove open-coded version of IRQCHIP_DECLARE

Now that the IRQCHIP_DECLARE macro has been moved to linux/irqchip.h,
it becomes possible to cleanup the open-coded versions of the same
macro that have been added to some private irqchips implementations.

Cc: Sascha Hauer <kernel@pengutronix.de>
Acked-by: Kukjin Kim <kgene@kernel.org>
Acked-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Acked-by: Shawn Guo <shawnguo@kernel.org>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-exynos/suspend.c
arch/arm/mach-imx/gpc.c
arch/arm/mach-omap2/omap-wakeupgen.c