gpiolib: Add !CONFIG_GPIOLIB definitions of devm_ functions
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 4 Apr 2012 15:14:48 +0000 (16:14 +0100)
committerGrant Likely <grant.likely@secretlab.ca>
Fri, 6 Apr 2012 04:40:32 +0000 (21:40 -0700)
Currently the managed gpio_request() and gpio_free() are not stubbed out
for configurations not using gpiolib - do that to aid use in drivers.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

No differences found