From: Dmitry Eremin-Solenikov Date: Tue, 3 Nov 2009 06:04:18 +0000 (-0800) Subject: Input: gpio-keys - use IRQF_SHARED X-Git-Tag: v2.6.32-rc6~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=558a5e296a02266ef43d6e933ee35df9976de987;p=pandora-kernel.git Input: gpio-keys - use IRQF_SHARED There is nothing that disallows gpio-keys to share it's IRQ line w/ other drivers. Make it use IRQF_SHARED in request_irq(). An example of other driver with which I'd like to share IRQ line for GPIO buttons is ledtrig-gpio. Signed-off-by: Dmitry Eremin-Solenikov Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed