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

regmap: Allow regmap_get_device() to be used by modules

Signed-off-by: NMark Brown <broonie@linaro.org>
上级 8d7d3972
......@@ -1084,6 +1084,7 @@ struct device *regmap_get_device(struct regmap *map)
{
return map->dev;
}
EXPORT_SYMBOL_GPL(regmap_get_device);
static int _regmap_select_page(struct regmap *map, unsigned int *reg,
struct regmap_range_node *range,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册