summaryrefslogtreecommitdiffstats
path: root/include/linux/regmap.h
diff options
context:
space:
mode:
authorMark Brown2011-09-19 19:21:49 +0200
committerMark Brown2011-09-19 20:06:36 +0200
commit39a58439d6006c48941511276c0041f56352c529 (patch)
tree5d6efea9b021a71e4491e40763e0e90dd3dadfd9 /include/linux/regmap.h
parentregmap: A cache type of _NONE behaves like a bypassed cache (diff)
downloadkernel-qcow2-linux-39a58439d6006c48941511276c0041f56352c529.tar.gz
kernel-qcow2-linux-39a58439d6006c48941511276c0041f56352c529.tar.xz
kernel-qcow2-linux-39a58439d6006c48941511276c0041f56352c529.zip
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