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)
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>

No differences found