summaryrefslogtreecommitdiffstats
path: root/include/regmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/regmap.h')
-rw-r--r--include/regmap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/regmap.h b/include/regmap.h
index 8528f81079..718bb51979 100644
--- a/include/regmap.h
+++ b/include/regmap.h
@@ -38,6 +38,9 @@ struct regmap_bus {
regmap_hw_reg_read reg_read;
};
+struct device_d;
+struct device_node;
+
struct regmap *regmap_init(struct device_d *dev,
const struct regmap_bus *bus,
void *bus_context,