summaryrefslogtreecommitdiff
path: root/drivers/power/supply/max14656_charger_detector.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/power/supply/max14656_charger_detector.c')
-rw-r--r--drivers/power/supply/max14656_charger_detector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/supply/max14656_charger_detector.c b/drivers/power/supply/max14656_charger_detector.c
index 0d0180fcfa63..fbdf12cf64eb 100644
--- a/drivers/power/supply/max14656_charger_detector.c
+++ b/drivers/power/supply/max14656_charger_detector.c
@@ -316,7 +316,7 @@ static struct i2c_driver max14656_i2c_driver = {
.name = "max14656",
.of_match_table = max14656_match_table,
},
- .probe_new = max14656_probe,
+ .probe = max14656_probe,
.id_table = max14656_id,
};
module_i2c_driver(max14656_i2c_driver);