diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-03 15:47:15 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-04 06:43:35 -0400 |
commit | 47924b6ae1c7a7fafd5d110fb1af9923c2d5e216 (patch) | |
tree | 1aee30a01ebed529bea84381d4821419a90de3c2 /drivers/regulator/wm8350-regulator.c | |
parent | 65f26846b90611742f3b407cc538a1cad33abde8 (diff) |
regulator: wm8350: Constify regulator_desc
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/wm8350-regulator.c')
-rw-r--r-- | drivers/regulator/wm8350-regulator.c | 2 |
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 | ||
1272 | static struct regulator_desc wm8350_reg[NUM_WM8350_REGULATORS] = { | 1272 | static 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, |