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

Commit e466de05 authored by Mark Brown's avatar Mark Brown
Browse files

regmap: Export regcache_sync_region()



regcache_sync_region() isn't going to be useful to most drivers if we
don't export it since otherwise they can't use it when built modular.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent dd775ae2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -346,6 +346,7 @@ int regcache_sync_region(struct regmap *map, unsigned int min,

	return ret;
}
EXPORT_SYMBOL_GPL(regcache_sync_region);

/**
 * regcache_cache_only: Put a register map into cache only mode