summaryrefslogtreecommitdiff
path: root/include/linux/regmap.h
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-09-19 18:21:49 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-09-19 19:06:36 +0100
commit39a58439d6006c48941511276c0041f56352c529 (patch)
tree5d6efea9b021a71e4491e40763e0e90dd3dadfd9 /include/linux/regmap.h
parente7a6db30df42234bc0f7b9a0af402838e0f146b1 (diff)
regmap: Prototype regcache_sync()
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/linux/regmap.h')
-rw-r--r--include/linux/regmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/regmap.h b/include/linux/regmap.h
index cae69e637dff..63b30752adfd 100644
--- a/include/linux/regmap.h
+++ b/include/linux/regmap.h
@@ -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