mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 05:41:55 +00:00
regmap: Prototype regcache_sync()
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
e7a6db30df
commit
39a58439d6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user