aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/regulator/wm8350-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/wm8350-regulator.c b/drivers/regulator/wm8350-regulator.c
index ab1e183a74b5..552b1edf8091 100644
--- a/drivers/regulator/wm8350-regulator.c
+++ b/drivers/regulator/wm8350-regulator.c
@@ -1269,7 +1269,7 @@ static struct regulator_ops wm8350_isink_ops = {
1269 .enable_time = wm8350_isink_enable_time, 1269 .enable_time = wm8350_isink_enable_time,
1270}; 1270};
1271 1271
1272static struct regulator_desc wm8350_reg[NUM_WM8350_REGULATORS] = { 1272static const struct regulator_desc wm8350_reg[NUM_WM8350_REGULATORS] = {
1273 { 1273 {
1274 .name = "DCDC1", 1274 .name = "DCDC1",
1275 .id = WM8350_DCDC_1, 1275 .id = WM8350_DCDC_1,