[ARM] SMDK6410: Request GPIOs for LCD power control
commitb7f9a94bf22e8dfa6420faac831e40d2492dd28c
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 8 Apr 2009 15:12:35 +0000 (8 16:12 +0100)
committerBen Dooks <ben-linux@fluff.org>
Wed, 15 Apr 2009 13:46:03 +0000 (15 14:46 +0100)
tree8576a269de095b2a5b4f86103adf12ed2c653e10
parentacd216a15db902294904a974f66e1ba18763dc4c
[ARM] SMDK6410: Request GPIOs for LCD power control

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>
arch/arm/mach-s3c6410/mach-smdk6410.c