diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-09-19 18:21:49 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-09-19 19:06:36 +0100 |
commit | 39a58439d6006c48941511276c0041f56352c529 (patch) | |
tree | 5d6efea9b021a71e4491e40763e0e90dd3dadfd9 /include/linux/regmap.h | |
parent | e7a6db30df42234bc0f7b9a0af402838e0f146b1 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/regmap.h b/include/linux/regmap.h index cae69e637df..63b30752adf 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 |