projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ac2d7d
)
regulator: isl6271a: Constify regulator_desc
author
Axel Lin
<axel.lin@gmail.com>
Thu, 5 Apr 2012 03:58:06 +0000
(11:58 +0800)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Thu, 5 Apr 2012 09:41:07 +0000
(10:41 +0100)
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/isl6271a-regulator.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/isl6271a-regulator.c
b/drivers/regulator/isl6271a-regulator.c
index 775f5fd208c375e87690f6fb48b7bb38893e566f..54c164df47076c2e9f851e8f25f0df7bf4be1446 100644
(file)
--- a/
drivers/regulator/isl6271a-regulator.c
+++ b/
drivers/regulator/isl6271a-regulator.c
@@
-112,7
+112,7
@@
static struct regulator_ops isl_fixed_ops = {
.list_voltage = isl6271a_list_fixed_voltage,
};
-static struct regulator_desc isl_rd[] = {
+static
const
struct regulator_desc isl_rd[] = {
{
.name = "Core Buck",
.id = 0,