diff options
Diffstat (limited to 'drivers/regulator/isl6271a-regulator.c')
-rw-r--r-- | drivers/regulator/isl6271a-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/isl6271a-regulator.c b/drivers/regulator/isl6271a-regulator.c index 775f5fd208c3..54c164df4707 100644 --- a/drivers/regulator/isl6271a-regulator.c +++ b/drivers/regulator/isl6271a-regulator.c | |||
@@ -112,7 +112,7 @@ static struct regulator_ops isl_fixed_ops = { | |||
112 | .list_voltage = isl6271a_list_fixed_voltage, | 112 | .list_voltage = isl6271a_list_fixed_voltage, |
113 | }; | 113 | }; |
114 | 114 | ||
115 | static struct regulator_desc isl_rd[] = { | 115 | static const struct regulator_desc isl_rd[] = { |
116 | { | 116 | { |
117 | .name = "Core Buck", | 117 | .name = "Core Buck", |
118 | .id = 0, | 118 | .id = 0, |