mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
regulator: tps6105x: 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
bd6ff0d6a0
commit
d882d73eb7
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ static struct regulator_ops tps6105x_regulator_ops = {
|
|||
.list_voltage = tps6105x_regulator_list_voltage,
|
||||
};
|
||||
|
||||
static struct regulator_desc tps6105x_regulator_desc = {
|
||||
static const struct regulator_desc tps6105x_regulator_desc = {
|
||||
.name = "tps6105x-boost",
|
||||
.ops = &tps6105x_regulator_ops,
|
||||
.type = REGULATOR_VOLTAGE,
|
||||
|
|
Loading…
Add table
Reference in a new issue