diff options
author | Mark Brown <broonie@kernel.org> | 2020-10-05 16:54:56 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-10-05 16:54:56 +0100 |
commit | c6e70a6fd5ceff381059e600156d78c1b94b7c60 (patch) | |
tree | cfbe62ca93677505433a4127632d4b8b74e5bb52 /drivers/regulator/stm32-vrefbuf.c | |
parent | 549738f15da0e5a00275977623be199fbbf7df50 (diff) | |
parent | 184cdb8f6d391b379bb768b0c203600f5657176b (diff) |
Merge remote-tracking branch 'regulator/for-5.10' into regulator-next
Diffstat (limited to 'drivers/regulator/stm32-vrefbuf.c')
-rw-r--r-- | drivers/regulator/stm32-vrefbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/stm32-vrefbuf.c b/drivers/regulator/stm32-vrefbuf.c index 992bc18101ef..161622ea7259 100644 --- a/drivers/regulator/stm32-vrefbuf.c +++ b/drivers/regulator/stm32-vrefbuf.c @@ -284,7 +284,7 @@ static const struct dev_pm_ops stm32_vrefbuf_pm_ops = { NULL) }; -static const struct of_device_id stm32_vrefbuf_of_match[] = { +static const struct of_device_id __maybe_unused stm32_vrefbuf_of_match[] = { { .compatible = "st,stm32-vrefbuf", }, {}, }; |