summaryrefslogtreecommitdiff
path: root/drivers/mfd/mp2629.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/mp2629.c')
-rw-r--r--drivers/mfd/mp2629.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/mp2629.c b/drivers/mfd/mp2629.c
index 16840ec5fd1c..717b704c3c6b 100644
--- a/drivers/mfd/mp2629.c
+++ b/drivers/mfd/mp2629.c
@@ -70,7 +70,7 @@ static struct i2c_driver mp2629_driver = {
.name = "mp2629",
.of_match_table = mp2629_of_match,
},
- .probe_new = mp2629_probe,
+ .probe = mp2629_probe,
};
module_i2c_driver(mp2629_driver);