]> Pileus Git - ~andy/linux/commit
sh: intc: Prefer IRQCHIP_SKIP_SET_WAKE over a dummy set_wake callback.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 24 Jan 2012 05:54:10 +0000 (14:54 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 24 Jan 2012 05:54:10 +0000 (14:54 +0900)
commit5bbda4e4aca4591c85ee53dea157ca5fc9a23306
tree91bd5ac37e62acadccb4d8a79d8e87ab55f0e04a
parent5fbebcbdb3730666c0d1d22021a90d8483fc8e02
sh: intc: Prefer IRQCHIP_SKIP_SET_WAKE over a dummy set_wake callback.

It's possible to use IRQCHIP_SKIP_SET_WAKE to get the behaviour that
we're after, without having to bother with a dummy ->set_wake() callback
for the IRQ chip.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/sh/intc/chip.c