diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/regulator/driver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/regulator/driver.h b/include/linux/regulator/driver.h index 23070fd83872..a467d11dd67d 100644 --- a/include/linux/regulator/driver.h +++ b/include/linux/regulator/driver.h | |||
| @@ -22,6 +22,7 @@ | |||
| 22 | struct regmap; | 22 | struct regmap; |
| 23 | struct regulator_dev; | 23 | struct regulator_dev; |
| 24 | struct regulator_init_data; | 24 | struct regulator_init_data; |
| 25 | struct regulator_enable_gpio; | ||
| 25 | 26 | ||
| 26 | enum regulator_status { | 27 | enum regulator_status { |
| 27 | REGULATOR_STATUS_OFF, | 28 | REGULATOR_STATUS_OFF, |
| @@ -300,6 +301,7 @@ struct regulator_dev { | |||
| 300 | 301 | ||
| 301 | struct dentry *debugfs; | 302 | struct dentry *debugfs; |
| 302 | 303 | ||
| 304 | struct regulator_enable_gpio *ena_pin; | ||
| 303 | int ena_gpio; | 305 | int ena_gpio; |
| 304 | unsigned int ena_gpio_invert:1; | 306 | unsigned int ena_gpio_invert:1; |
| 305 | unsigned int ena_gpio_state:1; | 307 | unsigned int ena_gpio_state:1; |
