regmap: Export regmap_async_complete()

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Mark Brown 2013-02-05 13:53:26 +00:00
parent f804fb562b
commit f88948eff9

View file

@ -1655,6 +1655,7 @@ int regmap_async_complete(struct regmap *map)
return ret;
}
EXPORT_SYMBOL_GPL(regmap_async_complete);
/**
* regmap_register_patch: Register and apply register updates to be applied