regulator: isl6271a: Constify regulator_desc
Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
2ac2d7d830
commit
4b65e159b9
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ static struct regulator_ops isl_fixed_ops = {
|
||||||
.list_voltage = isl6271a_list_fixed_voltage,
|
.list_voltage = isl6271a_list_fixed_voltage,
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct regulator_desc isl_rd[] = {
|
static const struct regulator_desc isl_rd[] = {
|
||||||
{
|
{
|
||||||
.name = "Core Buck",
|
.name = "Core Buck",
|
||||||
.id = 0,
|
.id = 0,
|
||||||
|
|
Loading…
Add table
Reference in a new issue