[ARM] SMDK6410: Request GPIOs for LCD power control
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 8 Apr 2009 15:12:35 +0000 (16:12 +0100)
committerBen Dooks <ben-linux@fluff.org>
Wed, 15 Apr 2009 13:46:03 +0000 (14:46 +0100)
Going forward gpio_request() will be a requirement for GPIO API users so
call it for the LCD power GPIOs. With present code the kernel functions
but generaets loud WARN_ON()s when using the unrequested GPIOs.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>

No differences found