diff options
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 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, | |||
156 | int regmap_update_bits_check(struct regmap *map, unsigned int reg, | 156 | int 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); |
159 | int regmap_get_val_bytes(struct regmap *map); | ||
159 | 160 | ||
160 | int regcache_sync(struct regmap *map); | 161 | int regcache_sync(struct regmap *map); |
161 | int regcache_sync_region(struct regmap *map, unsigned int min, | 162 | int regcache_sync_region(struct regmap *map, unsigned int min, |