Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39a58439 authored by Mark Brown's avatar Mark Brown
Browse files

regmap: Prototype regcache_sync()

parent e7a6db30
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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