]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: pcf857x: remove the irq_demux_work and gpio->irq
authorGeorge Cherian <george.cherian@ti.com>
Wed, 4 Sep 2013 07:03:02 +0000 (12:33 +0530)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 17 Sep 2013 12:45:04 +0000 (14:45 +0200)
commit8946468a00ce37e4adfb735215d3a7b3d86a223d
tree14d35a21b4cf9a6bbedf9c7b1497476133b427e2
parent610b31b46a1d04fc0e287b347d5bb6efe9fed34b
gpio: pcf857x: remove the irq_demux_work and gpio->irq

Now that we are using devm_request_threaded_irq no need for
irq_demux_work and gpio->irq. Remove all its references.

Signed-off-by: George Cherian <george.cherian@ti.com>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-pcf857x.c