]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: davinci: cp_intc: use IRQCHIP_SKIP_SET_WAKE instead of irq_set_wake callback
authorSudeep Holla <sudeep.holla@arm.com>
Sat, 1 Aug 2015 15:33:56 +0000 (21:03 +0530)
committerOlof Johansson <olof@lixom.net>
Wed, 5 Aug 2015 09:31:44 +0000 (11:31 +0200)
commit3f86e570f26837d9f48d64b7ece85853cb45becd
tree2955adf9f2d4ccd38cc68994ac33f4bb11e44933
parent9dd068a4b85a68733213c874d08ef768bbec8d01
ARM: davinci: cp_intc: use IRQCHIP_SKIP_SET_WAKE instead of irq_set_wake callback

Commit 60f96b41f71d ("genirq: Add IRQCHIP_SKIP_SET_WAKE flag")
introduced a new flag to skip the irq_set_wake callback in the irqchip
core to avoid adding dummy irq_set_wake in the irqchip implementations.

This patch removes the dummy callback and sets the IRQCHIP_SKIP_SET_WAKE
flags.

Cc: Sekhar Nori <nsekhar@ti.com>
Cc: Kevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-davinci/cp_intc.c