9
0
Fork 0

regmap: Add missing prototype for regmap_exit()

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2016-02-12 15:36:54 +01:00
parent 4f087defbc
commit 0f1c0c4d30
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ struct regmap *regmap_init(struct device_d *dev,
const struct regmap_bus *bus,
void *bus_context,
const struct regmap_config *config);
void regmap_exit(struct regmap *map);
struct regmap *dev_get_regmap(struct device_d *dev, const char *name);
struct regmap *of_node_to_regmap(struct device_node *node);