aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/pwm-regulator.c
diff options
context:
space:
mode:
authorGravatar Mark Brown <broonie@kernel.org> 2020-10-05 16:54:56 +0100
committerGravatar Mark Brown <broonie@kernel.org> 2020-10-05 16:54:56 +0100
commitc6e70a6fd5ceff381059e600156d78c1b94b7c60 (patch)
treecfbe62ca93677505433a4127632d4b8b74e5bb52 /drivers/regulator/pwm-regulator.c
parentLinux 5.9-rc8 (diff)
parentregulator: bd9576: Fix print (diff)
downloadlinux-c6e70a6fd5ceff381059e600156d78c1b94b7c60.tar.gz
linux-c6e70a6fd5ceff381059e600156d78c1b94b7c60.tar.bz2
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.c2
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" },
{ },
};