[ARM] pxa/sharpsl_pm: cleanup of gpio-related code.
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Sat, 28 Mar 2009 15:18:54 +0000 (18:18 +0300)
committerEric Miao <eric.y.miao@gmail.com>
Thu, 11 Jun 2009 14:20:44 +0000 (22:20 +0800)
commitd5af27783f8c898b64f7079908ad3e27632a71ea
treefadee7695d8f7eaf79f6e002e5eb519e51d3a149
parent5452537210d59268cbc283526dc050f0822385f1
[ARM] pxa/sharpsl_pm: cleanup of gpio-related code.

Replace calls to pxa_gpio_mode with respective gpio_request() /
gpio_direction_input(). In principle these calls can be dropped as
the only use of those GPIO are IRQs and IRQ code does setup GPIO
correctly.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
arch/arm/mach-pxa/sharpsl_pm.c