Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- include/regmap.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/regmap.h b/include/regmap.h index 4cb473c..bcbe6c1 100644 --- a/include/regmap.h +++ b/include/regmap.h @@ -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); -- 2.7.0.rc3 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox