Browse Source

regmap: Prototype regcache_sync()

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Mark Brown 14 years ago
parent
commit
39a58439d6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/linux/regmap.h

+ 1 - 0
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