From: Marc Zyngier Date: Wed, 11 Mar 2015 15:45:35 +0000 (+0000) Subject: ARM: shmobile: remove use of gic_arch_extn.irq_set_wake X-Git-Tag: omap-for-v4.1/fixes-rc1~171^2^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d04594c2f5ce2331d3db3430649634ca61f51937;p=pandora-kernel.git ARM: shmobile: remove use of gic_arch_extn.irq_set_wake shmobile only uses gic_arch_extn.irq_set_wake to prevent the GIC from returning -ENXIO when receiving a wake-up configuration request. It is a lot simpler to tell the irq layer that we don't need any configuration by using the IRQCHIP_SKIP_SET_WAKE, thanks to the new gic_set_irqchip_flags function. Acked-by: Simon Horman Signed-off-by: Marc Zyngier Link: https://lkml.kernel.org/r/1426088737-15817-3-git-send-email-marc.zyngier@arm.com Signed-off-by: Jason Cooper --- Reading git-diff-tree failed