hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/include/linux/mfd/rk806.h
....@@ -6,6 +6,7 @@
66 #ifndef __LINUX_REGULATOR_RK806_H
77 #define __LINUX_REGULATOR_RK806_H
88
9
+#include <linux/of.h>
910 #include <linux/regmap.h>
1011 #include <linux/regulator/driver.h>
1112 #include <linux/regulator/machine.h>
....@@ -518,7 +519,8 @@
518519 int vb_lo_irq;
519520 };
520521
521
-extern const struct regmap_config rk806_regmap_config_spi;
522
+extern const struct regmap_config rk806_regmap_config;
523
+extern const struct of_device_id rk806_of_match[];
522524 int rk806_device_init(struct rk806 *rk806);
523525 int rk806_device_exit(struct rk806 *rk806);
524526 int rk806_field_write(struct rk806 *rk806,