diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-04-05 20:29:49 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-06 05:06:44 -0400 |
commit | bd6ff0d6a0c8a5bb3ef2e349b225875bb05221c9 (patch) | |
tree | 1ba1d4ae2869050b562101565d7f991f7a5a4ea1 /drivers/regulator/max8952.c | |
parent | 621adb30ace17799f24d17b1df1aa0f69081f71b (diff) |
regulator: max8952: Constify regulator_desc
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/max8952.c')
-rw-r--r-- | drivers/regulator/max8952.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/max8952.c b/drivers/regulator/max8952.c index 75d89400c123..d50000e60ef0 100644 --- a/drivers/regulator/max8952.c +++ b/drivers/regulator/max8952.c | |||
@@ -173,7 +173,7 @@ static struct regulator_ops max8952_ops = { | |||
173 | .set_suspend_disable = max8952_disable, | 173 | .set_suspend_disable = max8952_disable, |
174 | }; | 174 | }; |
175 | 175 | ||
176 | static struct regulator_desc regulator = { | 176 | static const struct regulator_desc regulator = { |
177 | .name = "MAX8952_VOUT", | 177 | .name = "MAX8952_VOUT", |
178 | .id = 0, | 178 | .id = 0, |
179 | .n_voltages = MAX8952_NUM_DVS_MODE, | 179 | .n_voltages = MAX8952_NUM_DVS_MODE, |