summaryrefslogtreecommitdiffstats
path: root/include/regmap.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-02-12 15:36:54 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-02-12 15:36:54 +0100
commit0f1c0c4d3070b5d67395b7ab60f7d9f1791399e6 (patch)
tree943bfbecba89a57475f1891c8cc578ed64822da0 /include/regmap.h
parent4f087defbc95f47cb32faeb2f41a53785ac40f21 (diff)
downloadbarebox-0f1c0c4d3070b5d67395b7ab60f7d9f1791399e6.tar.gz
barebox-0f1c0c4d3070b5d67395b7ab60f7d9f1791399e6.tar.xz
regmap: Add missing prototype for regmap_exit()
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/regmap.h')
-rw-r--r--include/regmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/regmap.h b/include/regmap.h
index 4cb473cbfe..bcbe6c1554 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);