[PATCH] regmap: Add missing prototype for regmap_exit()

Sascha Hauer s.hauer at pengutronix.de
Fri Feb 12 06:36:58 PST 2016


Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 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




More information about the barebox mailing list