summaryrefslogtreecommitdiff
path: root/drivers/regulator/rt6190-regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/rt6190-regulator.c')
-rw-r--r--drivers/regulator/rt6190-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/rt6190-regulator.c b/drivers/regulator/rt6190-regulator.c
index ca91a1f6d3c8..3883440295ed 100644
--- a/drivers/regulator/rt6190-regulator.c
+++ b/drivers/regulator/rt6190-regulator.c
@@ -487,7 +487,7 @@ static struct i2c_driver rt6190_driver = {
.of_match_table = rt6190_of_dev_table,
.pm = pm_ptr(&rt6190_dev_pm),
},
- .probe_new = rt6190_probe,
+ .probe = rt6190_probe,
};
module_i2c_driver(rt6190_driver);