diff options
-rw-r--r-- | include/linux/regulator/driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/regulator/driver.h b/include/linux/regulator/driver.h index 3abda7554d82..efe058f8f746 100644 --- a/include/linux/regulator/driver.h +++ b/include/linux/regulator/driver.h | |||
@@ -246,7 +246,7 @@ struct regulator_desc { | |||
246 | int id; | 246 | int id; |
247 | bool continuous_voltage_range; | 247 | bool continuous_voltage_range; |
248 | unsigned n_voltages; | 248 | unsigned n_voltages; |
249 | struct regulator_ops *ops; | 249 | const struct regulator_ops *ops; |
250 | int irq; | 250 | int irq; |
251 | enum regulator_type type; | 251 | enum regulator_type type; |
252 | struct module *owner; | 252 | struct module *owner; |