aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2012-04-05 20:24:27 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-04-06 05:07:10 -0400
commit0373bcff46c444d71bbff424d1060b550bab28ec (patch)
tree67e056df8c20eeff0787074bc470d5e1b612320b
parent78637a3d8c871c4e27e86d9753e19868e2d9e6a8 (diff)
regulator: max1586: Constify regulator_desc
Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r--drivers/regulator/max1586.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/max1586.c b/drivers/regulator/max1586.c
index 282d2ee0604e..fad0bee10c54 100644
--- a/drivers/regulator/max1586.c
+++ b/drivers/regulator/max1586.c
@@ -161,7 +161,7 @@ static struct regulator_ops max1586_v6_ops = {
161 .list_voltage = max1586_v6_list, 161 .list_voltage = max1586_v6_list,
162}; 162};
163 163
164static struct regulator_desc max1586_reg[] = { 164static const struct regulator_desc max1586_reg[] = {
165 { 165 {
166 .name = "Output_V3", 166 .name = "Output_V3",
167 .id = MAX1586_V3, 167 .id = MAX1586_V3,