regmap: Prototype regcache_sync()
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 19 Sep 2011 17:21:49 +0000 (18:21 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 19 Sep 2011 18:06:36 +0000 (19:06 +0100)
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
include/linux/regmap.h

index cae69e6..63b3075 100644 (file)
@@ -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