diff options
Diffstat (limited to 'include/linux')
| -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 bbe03a1924c0..4b628139a9cb 100644 --- a/include/linux/regulator/driver.h +++ b/include/linux/regulator/driver.h | |||
| @@ -245,7 +245,7 @@ struct regulator_desc { | |||
| 245 | int id; | 245 | int id; |
| 246 | bool continuous_voltage_range; | 246 | bool continuous_voltage_range; |
| 247 | unsigned n_voltages; | 247 | unsigned n_voltages; |
| 248 | struct regulator_ops *ops; | 248 | const struct regulator_ops *ops; |
| 249 | int irq; | 249 | int irq; |
| 250 | enum regulator_type type; | 250 | enum regulator_type type; |
| 251 | struct module *owner; | 251 | struct module *owner; |
