From: Mark Brown Date: Mon, 19 Sep 2011 17:21:49 +0000 (+0100) Subject: regmap: Prototype regcache_sync() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=39a58439d6006c48941511276c0041f56352c529;p=mv-sheeva.git regmap: Prototype regcache_sync() Signed-off-by: Mark Brown --- 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