summaryrefslogtreecommitdiff
path: root/drivers/regulator/rt6245-regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/rt6245-regulator.c')
-rw-r--r--drivers/regulator/rt6245-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/rt6245-regulator.c b/drivers/regulator/rt6245-regulator.c
index 8721d11c7964..1843ecec1922 100644
--- a/drivers/regulator/rt6245-regulator.c
+++ b/drivers/regulator/rt6245-regulator.c
@@ -246,7 +246,7 @@ static struct i2c_driver rt6245_driver = {
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
.of_match_table = rt6245_of_match_table,
},
- .probe_new = rt6245_probe,
+ .probe = rt6245_probe,
};
module_i2c_driver(rt6245_driver);