gpio/mxs: move irq_to_gpio() into gpio-mxs driver
authorShawn Guo <shawn.guo@linaro.org>
Sat, 13 Aug 2011 16:14:06 +0000 (00:14 +0800)
committerSascha Hauer <s.hauer@pengutronix.de>
Wed, 17 Aug 2011 06:33:02 +0000 (08:33 +0200)
commit7e6c53aac38eec4e7bca1e4e9a5a6d7e45b30784
treeb7d4e55bd78f9d7d9cd7279a4a10f2b9ca29a9f3
parent1dfa86bb9d3fe7581d3182c24a812c8910cbee37
gpio/mxs: move irq_to_gpio() into gpio-mxs driver

As irq_to_gpio() is only being used by gpio-mxs driver, it should be
moved from mach/gpio.h into gpio-mxs.c.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-mxs/include/mach/gpio.h
arch/arm/mach-mxs/include/mach/mxs.h
drivers/gpio/gpio-mxs.c