summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/cyttsp5.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/touchscreen/cyttsp5.c')
-rw-r--r--drivers/input/touchscreen/cyttsp5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/cyttsp5.c b/drivers/input/touchscreen/cyttsp5.c
index 84a004dde237..026d1b88a317 100644
--- a/drivers/input/touchscreen/cyttsp5.c
+++ b/drivers/input/touchscreen/cyttsp5.c
@@ -962,7 +962,7 @@ static struct i2c_driver cyttsp5_i2c_driver = {
.of_match_table = cyttsp5_of_match,
.pm = &cyttsp5_pm,
},
- .probe_new = cyttsp5_i2c_probe,
+ .probe = cyttsp5_i2c_probe,
.id_table = cyttsp5_i2c_id,
};
module_i2c_driver(cyttsp5_i2c_driver);