summaryrefslogtreecommitdiff
path: root/drivers/regulator/rt5759-regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/rt5759-regulator.c')
-rw-r--r--drivers/regulator/rt5759-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/rt5759-regulator.c b/drivers/regulator/rt5759-regulator.c
index d5a42ad21a9a..90555a9ef1b0 100644
--- a/drivers/regulator/rt5759-regulator.c
+++ b/drivers/regulator/rt5759-regulator.c
@@ -362,7 +362,7 @@ static struct i2c_driver rt5759_driver = {
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
.of_match_table = of_match_ptr(rt5759_device_table),
},
- .probe_new = rt5759_probe,
+ .probe = rt5759_probe,
};
module_i2c_driver(rt5759_driver);