aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/regmap.h
diff options
context:
space:
mode:
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 bb13efc4b906..398377d89332 100644
--- a/include/linux/regmap.h
+++ b/include/linux/regmap.h
@@ -156,6 +156,7 @@ int regmap_update_bits(struct regmap *map, unsigned int reg,
156int regmap_update_bits_check(struct regmap *map, unsigned int reg, 156int regmap_update_bits_check(struct regmap *map, unsigned int reg,
157 unsigned int mask, unsigned int val, 157 unsigned int mask, unsigned int val,
158 bool *change); 158 bool *change);
159int regmap_get_val_bytes(struct regmap *map);
159 160
160int regcache_sync(struct regmap *map); 161int regcache_sync(struct regmap *map);
161int regcache_sync_region(struct regmap *map, unsigned int min, 162int regcache_sync_region(struct regmap *map, unsigned int min,