From: Philippe Langlais Date: Fri, 21 Jan 2011 07:09:30 +0000 (-0800) Subject: Input: gpio_keys - switch to using request_any_context_irq X-Git-Tag: v2.6.38-rc3~33^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94a8cab8caaa56824981c17b6898b73627e8382f;p=pandora-kernel.git 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 Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed