mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
regulator: lp8788-buck: Constify lp8788_buck_desc
Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
b7fbc5928a
commit
b133305c51
|
|
@ -370,7 +370,7 @@ static const struct regulator_ops lp8788_buck34_ops = {
|
|||
.get_mode = lp8788_buck_get_mode,
|
||||
};
|
||||
|
||||
static struct regulator_desc lp8788_buck_desc[] = {
|
||||
static const struct regulator_desc lp8788_buck_desc[] = {
|
||||
{
|
||||
.name = "buck1",
|
||||
.id = BUCK1,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user