summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2016-05-13 16:22:57 +0300
committerMark Brown <broonie@kernel.org>2016-05-13 16:22:57 +0300
commit170b649e40c0dac86eba6bd446fc79dd3b38c7ea (patch)
tree8854bdb0d2cff87d8c1a6eeea69d4b25641cc07b /include
parent75941a1ba32d36fe6230a6388f10c493b3f6232b (diff)
parentde4a54c4dfaed0604565c1b27488dce56997acc0 (diff)
downloadlinux-170b649e40c0dac86eba6bd446fc79dd3b38c7ea.tar.xz
Merge remote-tracking branch 'regulator/topic/core' into regulator-next
Diffstat (limited to 'include')
-rw-r--r--include/linux/regulator/driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/regulator/driver.h b/include/linux/regulator/driver.h
index cd271e89a7e6..9ac3f9879576 100644
--- a/include/linux/regulator/driver.h
+++ b/include/linux/regulator/driver.h
@@ -292,7 +292,7 @@ struct regulator_desc {
const struct regulator_desc *,
struct regulator_config *);
int id;
- bool continuous_voltage_range;
+ unsigned int continuous_voltage_range:1;
unsigned n_voltages;
const struct regulator_ops *ops;
int irq;