summaryrefslogtreecommitdiff
path: root/drivers/mfd/smpro-core.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/smpro-core.c')
-rw-r--r--drivers/mfd/smpro-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/smpro-core.c b/drivers/mfd/smpro-core.c
index d7729cf70378..59d31590c69b 100644
--- a/drivers/mfd/smpro-core.c
+++ b/drivers/mfd/smpro-core.c
@@ -125,7 +125,7 @@ static const struct of_device_id smpro_core_of_match[] = {
MODULE_DEVICE_TABLE(of, smpro_core_of_match);
static struct i2c_driver smpro_core_driver = {
- .probe_new = smpro_core_probe,
+ .probe = smpro_core_probe,
.driver = {
.name = "smpro-core",
.of_match_table = smpro_core_of_match,