aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/uniphier-regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/uniphier-regulator.c')
-rw-r--r--drivers/regulator/uniphier-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/uniphier-regulator.c b/drivers/regulator/uniphier-regulator.c
index 5f868042392f..74939b7fcd81 100644
--- a/drivers/regulator/uniphier-regulator.c
+++ b/drivers/regulator/uniphier-regulator.c
@@ -207,7 +207,7 @@ MODULE_DEVICE_TABLE(of, uniphier_regulator_match);
static struct platform_driver uniphier_regulator_driver = {
.probe = uniphier_regulator_probe,
- .remove_new = uniphier_regulator_remove,
+ .remove = uniphier_regulator_remove,
.driver = {
.name = "uniphier-regulator",
.probe_type = PROBE_PREFER_ASYNCHRONOUS,