.. | .. |
---|
6 | 6 | #ifndef __LINUX_REGULATOR_RK806_H |
---|
7 | 7 | #define __LINUX_REGULATOR_RK806_H |
---|
8 | 8 | |
---|
| 9 | +#include <linux/of.h> |
---|
9 | 10 | #include <linux/regmap.h> |
---|
10 | 11 | #include <linux/regulator/driver.h> |
---|
11 | 12 | #include <linux/regulator/machine.h> |
---|
.. | .. |
---|
518 | 519 | int vb_lo_irq; |
---|
519 | 520 | }; |
---|
520 | 521 | |
---|
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[]; |
---|
522 | 524 | int rk806_device_init(struct rk806 *rk806); |
---|
523 | 525 | int rk806_device_exit(struct rk806 *rk806); |
---|
524 | 526 | int rk806_field_write(struct rk806 *rk806, |
---|