Input: gpio_keys - switch to using request_any_context_irq
authorPhilippe Langlais <philippe.langlais@stericsson.com>
Fri, 21 Jan 2011 07:09:30 +0000 (23:09 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 21 Jan 2011 07:12:01 +0000 (23:12 -0800)
commit94a8cab8caaa56824981c17b6898b73627e8382f
treef8619429a56b28c1a1d8a57085a2ed05ab929bbc
parent48c27016e18f8608c12b7516515ad773093198d8
Input: gpio_keys - switch to using request_any_context_irq

The driver does not require hardirq context and can work with threaded
interrupts as well, so let's switch to request_any_context_irq which
will select the context that is available for us.

Signed-off-by: Philippe Langlais <philippe.langlais@stericsson.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/keyboard/gpio_keys.c