Commit 752a6a5f authored by Mark Brown's avatar Mark Brown

regmap: Export regmap_reinit_cache()

It's supposed to be there for drivers.
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 5494a98f
...@@ -472,6 +472,7 @@ int regmap_reinit_cache(struct regmap *map, const struct regmap_config *config) ...@@ -472,6 +472,7 @@ int regmap_reinit_cache(struct regmap *map, const struct regmap_config *config)
return ret; return ret;
} }
EXPORT_SYMBOL_GPL(regmap_reinit_cache);
/** /**
* regmap_exit(): Free a previously allocated register map * regmap_exit(): Free a previously allocated register map
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment