diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-04-04 23:58:06 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-05 05:41:07 -0400 |
commit | 4b65e159b94e37b40dfa1a5df77adb6fce932f6a (patch) | |
tree | b0625e9bac2ad87499f43c5480589c8ee41b6cd7 /drivers | |
parent | 2ac2d7d83025e8eac9a4985113930b52491dd4c5 (diff) |
regulator: isl6271a: 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')
-rw-r--r-- | drivers/regulator/isl6271a-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/isl6271a-regulator.c b/drivers/regulator/isl6271a-regulator.c index 775f5fd208c3..54c164df4707 100644 --- a/drivers/regulator/isl6271a-regulator.c +++ b/drivers/regulator/isl6271a-regulator.c | |||
@@ -112,7 +112,7 @@ static struct regulator_ops isl_fixed_ops = { | |||
112 | .list_voltage = isl6271a_list_fixed_voltage, | 112 | .list_voltage = isl6271a_list_fixed_voltage, |
113 | }; | 113 | }; |
114 | 114 | ||
115 | static struct regulator_desc isl_rd[] = { | 115 | static const struct regulator_desc isl_rd[] = { |
116 | { | 116 | { |
117 | .name = "Core Buck", | 117 | .name = "Core Buck", |
118 | .id = 0, | 118 | .id = 0, |