diff options
author | Mark Brown <broonie@sirena.org.uk> | 2013-04-27 21:13:40 -0400 |
---|---|---|
committer | Mark Brown <broonie@sirena.org.uk> | 2013-04-27 21:13:40 -0400 |
commit | 3dc06c1baf2b28e5365a1159755eac2e95142601 (patch) | |
tree | 771e1dcfd1ac5f0d2e14bec7973bcd58c9f7dfea /include/linux/regulator | |
parent | 5f19a85ba728de8a1eca8b8ae239cc27f9449985 (diff) | |
parent | 407945fd78c3fddef83ba17bf2250112c07dc7c1 (diff) |
Merge remote-tracking branch 'regulator/topic/gpio' into v3.9-rc8
Diffstat (limited to 'include/linux/regulator')
-rw-r--r-- | include/linux/regulator/driver.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/regulator/driver.h b/include/linux/regulator/driver.h index 0dccc91b8ab4..6700cc94bdd1 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, |
@@ -305,8 +306,7 @@ struct regulator_dev { | |||
305 | 306 | ||
306 | struct dentry *debugfs; | 307 | struct dentry *debugfs; |
307 | 308 | ||
308 | int ena_gpio; | 309 | struct regulator_enable_gpio *ena_pin; |
309 | unsigned int ena_gpio_invert:1; | ||
310 | unsigned int ena_gpio_state:1; | 310 | unsigned int ena_gpio_state:1; |
311 | }; | 311 | }; |
312 | 312 | ||