mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 17:41:22 +00:00
regmap: Allow regmap_get_device() to be used by modules
Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
8d7d3972a9
commit
fa2fbe4a98
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user