summaryrefslogtreecommitdiff
path: root/drivers/regulator/rt5190a-regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/rt5190a-regulator.c')
-rw-r--r--drivers/regulator/rt5190a-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/rt5190a-regulator.c b/drivers/regulator/rt5190a-regulator.c
index f6c12f87fb8d..a53ed523b5d7 100644
--- a/drivers/regulator/rt5190a-regulator.c
+++ b/drivers/regulator/rt5190a-regulator.c
@@ -508,7 +508,7 @@ static struct i2c_driver rt5190a_driver = {
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
.of_match_table = rt5190a_device_table,
},
- .probe_new = rt5190a_probe,
+ .probe = rt5190a_probe,
};
module_i2c_driver(rt5190a_driver);