summaryrefslogtreecommitdiff
path: root/drivers/input/misc/iqs626a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/misc/iqs626a.c')
-rw-r--r--drivers/input/misc/iqs626a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/misc/iqs626a.c b/drivers/input/misc/iqs626a.c
index 90f997a905b5..50035c25c3f7 100644
--- a/drivers/input/misc/iqs626a.c
+++ b/drivers/input/misc/iqs626a.c
@@ -1822,7 +1822,7 @@ static struct i2c_driver iqs626_i2c_driver = {
.of_match_table = iqs626_of_match,
.pm = pm_sleep_ptr(&iqs626_pm),
},
- .probe_new = iqs626_probe,
+ .probe = iqs626_probe,
};
module_i2c_driver(iqs626_i2c_driver);