summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/stpmic1_regulator.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-05-14 07:11:20 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-05-14 07:11:20 +0200
commitc10b20dc83ac25b1d81c39eaad4529d9911813b1 (patch)
tree6558720fa869c01d7093b3df721dedaaec06cb5f /drivers/regulator/stpmic1_regulator.c
parent9b01acf90f04aaf3f6f41875e91272cbeac51171 (diff)
parent2c42da39a91238cc16f87c2867c8a5ea7847f99c (diff)
downloadbarebox-c10b20dc83ac25b1d81c39eaad4529d9911813b1.tar.gz
barebox-c10b20dc83ac25b1d81c39eaad4529d9911813b1.tar.xz
Merge branch 'for-next/stm32'
Diffstat (limited to 'drivers/regulator/stpmic1_regulator.c')
-rw-r--r--drivers/regulator/stpmic1_regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/stpmic1_regulator.c b/drivers/regulator/stpmic1_regulator.c
index aaaba092c1..71a4ae80c3 100644
--- a/drivers/regulator/stpmic1_regulator.c
+++ b/drivers/regulator/stpmic1_regulator.c
@@ -433,4 +433,4 @@ static struct driver_d stpmic1_regulator_driver = {
.probe = stpmic1_regulator_probe,
.of_compatible = DRV_OF_COMPAT(stpmic1_regulator_of_match),
};
-device_platform_driver(stpmic1_regulator_driver);
+coredevice_platform_driver(stpmic1_regulator_driver);