aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/regulator/machine.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/regulator/machine.h')
-rw-r--r--include/linux/regulator/machine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/regulator/machine.h b/include/linux/regulator/machine.h
index 5539efa76d26..a84cc8879c3e 100644
--- a/include/linux/regulator/machine.h
+++ b/include/linux/regulator/machine.h
@@ -153,7 +153,7 @@ struct regulation_constraints {
153 int system_load; 153 int system_load;
154 154
155 /* used for coupled regulators */ 155 /* used for coupled regulators */
156 int max_spread; 156 u32 *max_spread;
157 157
158 /* used for changing voltage in steps */ 158 /* used for changing voltage in steps */
159 int max_uV_step; 159 int max_uV_step;