mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-05 03:44:03 +08:00
regulator: ad5398: Constify regulator_desc
Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Sonic Zhang <sonic.zhang@analog.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
25e4d602f7
commit
487f71e6f5
@ -184,7 +184,7 @@ static struct regulator_ops ad5398_ops = {
|
||||
.is_enabled = ad5398_is_enabled,
|
||||
};
|
||||
|
||||
static struct regulator_desc ad5398_reg = {
|
||||
static const struct regulator_desc ad5398_reg = {
|
||||
.name = "isink",
|
||||
.id = 0,
|
||||
.ops = &ad5398_ops,
|
||||
|
Loading…
Reference in New Issue
Block a user