From mboxrd@z Thu Jan 1 00:00:00 1970 From: joel@porquet.org (Joel Porquet) Date: Tue, 13 Oct 2015 14:15:59 +0000 (UTC) Subject: [PATCH] ARM: Remove open-coded version of =?utf-8?b?SVJRQ0hJUF9ERUNMQVJF?= References: <1443803057-9007-1-git-send-email-marc.zyngier@arm.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Marc Zyngier arm.com> writes: > > 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: Kukjin Kim kernel.org> > Cc: Krzysztof Kozlowski samsung.com> > Cc: Shawn Guo kernel.org> > Cc: Sascha Hauer pengutronix.de> > Cc: Tony Lindgren atomide.com> > Signed-off-by: Marc Zyngier arm.com> > --- > arch/arm/mach-exynos/suspend.c | 3 ++- > arch/arm/mach-imx/gpc.c | 8 ++------ > arch/arm/mach-omap2/omap-wakeupgen.c | 8 ++------ > 3 files changed, 6 insertions(+), 13 deletions(-) I had suggested the same patch a few months ago (https://lkml.org/lkml/2015/7/7/1069) but without success although it had been acked by everybody :/ I didn't know how to have it pushed all at once... Suggested-by: Joel Porquet Thanks, Jo?l