2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-30 16:13:54 +08:00

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