regmap: Implement dev_get_regmap()
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 8 May 2012 16:44:40 +0000 (17:44 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 8 May 2012 17:19:15 +0000 (18:19 +0100)
Use devres to implement dev_get_regmap(). This should mean that in almost
all cases devices wishing to take advantage of framework features based on
regmap shouldn't need to explicitly pass the regmap into the framework.
This simplifies device setup a bit.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found