MIPS: RB532: remove useless CF GPIO initialisation
commit11e54cacf555d5897852ff0ef314649462acbb36
authorPhil Sutter <n0-1@freewrt.org>
Fri, 28 Nov 2008 19:46:22 +0000 (28 20:46 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 29 Jan 2009 17:06:39 +0000 (29 17:06 +0000)
tree42309faff41d2439fef4a0a3527c83eb9e0b8553
parentc471749500a9407cdca2c33ac0f126511e3f3d40
MIPS: RB532: remove useless CF GPIO initialisation

As the pata-rb532-cf driver calls gpio_direction_input(), the calls to
rb532_gpio_set_func() and rb532_gpio_direction_input() are not needed since
the alternate function is automatically being disabled when changing the
GPIO pin direction.
The later two calls to rb532_gpio_set_{ilevel,istat}() are implicitly being
done by the IRQ initialisation of pata-rb532-cf.

Signed-off-by: Phil Sutter <n0-1@freewrt.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/rb532/gpio.c