summaryrefslogtreecommitdiff
path: root/drivers/mfd/mt6370.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/mt6370.c')
-rw-r--r--drivers/mfd/mt6370.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/mt6370.c b/drivers/mfd/mt6370.c
index cf19cce2fdc0..c126ccb25d66 100644
--- a/drivers/mfd/mt6370.c
+++ b/drivers/mfd/mt6370.c
@@ -303,7 +303,7 @@ static struct i2c_driver mt6370_driver = {
.name = "mt6370",
.of_match_table = mt6370_match_table,
},
- .probe_new = mt6370_probe,
+ .probe = mt6370_probe,
};
module_i2c_driver(mt6370_driver);