diff options
-rw-r--r-- | drivers/regulator/tps6105x-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/tps6105x-regulator.c b/drivers/regulator/tps6105x-regulator.c index d9278da18a9e..3b788977cb72 100644 --- a/drivers/regulator/tps6105x-regulator.c +++ b/drivers/regulator/tps6105x-regulator.c | |||
@@ -123,7 +123,7 @@ static struct regulator_ops tps6105x_regulator_ops = { | |||
123 | .list_voltage = tps6105x_regulator_list_voltage, | 123 | .list_voltage = tps6105x_regulator_list_voltage, |
124 | }; | 124 | }; |
125 | 125 | ||
126 | static struct regulator_desc tps6105x_regulator_desc = { | 126 | static const struct regulator_desc tps6105x_regulator_desc = { |
127 | .name = "tps6105x-boost", | 127 | .name = "tps6105x-boost", |
128 | .ops = &tps6105x_regulator_ops, | 128 | .ops = &tps6105x_regulator_ops, |
129 | .type = REGULATOR_VOLTAGE, | 129 | .type = REGULATOR_VOLTAGE, |