提交 e466de05 编写于 作者: M Mark Brown

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: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 dd775ae2
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册