commit | 94a8cab8caaa56824981c17b6898b73627e8382f | [log] [tgz] |
---|---|---|
author | Philippe Langlais <philippe.langlais@stericsson.com> | Thu Jan 20 23:09:30 2011 -0800 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu Jan 20 23:12:01 2011 -0800 |
tree | f8619429a56b28c1a1d8a57085a2ed05ab929bbc | |
parent | 48c27016e18f8608c12b7516515ad773093198d8 [diff] |
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>