Commit 39a58439 authored by Mark Brown's avatar Mark Brown

regmap: Prototype regcache_sync()

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent e7a6db30
......@@ -140,4 +140,5 @@ int regmap_bulk_read(struct regmap *map, unsigned int reg, void *val,
int regmap_update_bits(struct regmap *map, unsigned int reg,
unsigned int mask, unsigned int val);
int regcache_sync(struct regmap *map);
#endif
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