ARM: gpio: consolidate gpio_to_irq
authorRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 26 Jul 2011 10:29:42 +0000 (11:29 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 12 Aug 2011 07:54:05 +0000 (08:54 +0100)
Many of the gpio_to_irq implementations use the gpiolib version of this
function.  Provide the standard gpiolib gpio_to_irq() for everyone, but
allow platforms to override it if they wish.  Add the neccessary
overrides for those platforms which do not use the standard definition.

Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found