summaryrefslogtreecommitdiff
path: root/drivers/regulator/max77857-regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/max77857-regulator.c')
-rw-r--r--drivers/regulator/max77857-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/max77857-regulator.c b/drivers/regulator/max77857-regulator.c
index c5482ffd606e..d0fcb080f825 100644
--- a/drivers/regulator/max77857-regulator.c
+++ b/drivers/regulator/max77857-regulator.c
@@ -449,7 +449,7 @@ struct i2c_driver max77857_driver = {
.of_match_table = max77857_of_id,
},
.id_table = max77857_id,
- .probe_new = max77857_probe,
+ .probe = max77857_probe,
};
module_i2c_driver(max77857_driver);