diff options
author | Mark Brown <broonie@kernel.org> | 2020-10-05 17:54:56 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-10-05 17:54:56 +0200 |
commit | c6e70a6fd5ceff381059e600156d78c1b94b7c60 (patch) | |
tree | cfbe62ca93677505433a4127632d4b8b74e5bb52 /drivers/regulator/pwm-regulator.c | |
parent | Linux 5.9-rc8 (diff) | |
parent | regulator: bd9576: Fix print (diff) | |
download | linux-c6e70a6fd5ceff381059e600156d78c1b94b7c60.tar.xz linux-c6e70a6fd5ceff381059e600156d78c1b94b7c60.zip |
Merge remote-tracking branch 'regulator/for-5.10' into regulator-next
Diffstat (limited to 'drivers/regulator/pwm-regulator.c')
-rw-r--r-- | drivers/regulator/pwm-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/pwm-regulator.c b/drivers/regulator/pwm-regulator.c index 990bd50771d8..7629476d94ae 100644 --- a/drivers/regulator/pwm-regulator.c +++ b/drivers/regulator/pwm-regulator.c @@ -390,7 +390,7 @@ static int pwm_regulator_probe(struct platform_device *pdev) return 0; } -static const struct of_device_id pwm_of_match[] = { +static const struct of_device_id __maybe_unused pwm_of_match[] = { { .compatible = "pwm-regulator" }, { }, }; |