diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-04-06 08:29:49 +0800 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-06 10:06:44 +0100 |
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 = { .set_suspend_disable = max8952_disable, }; -static struct regulator_desc regulator = { +static const struct regulator_desc regulator = { .name = "MAX8952_VOUT", .id = 0, .n_voltages = MAX8952_NUM_DVS_MODE, |