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

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

regmap: Allow regmap_get_device() to be used by modules



Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 8d7d3972
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,