summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/zet6223.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/touchscreen/zet6223.c')
-rw-r--r--drivers/input/touchscreen/zet6223.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/zet6223.c b/drivers/input/touchscreen/zet6223.c
index bfa0c637d569..1a034471f103 100644
--- a/drivers/input/touchscreen/zet6223.c
+++ b/drivers/input/touchscreen/zet6223.c
@@ -248,7 +248,7 @@ static struct i2c_driver zet6223_driver = {
.name = "zet6223",
.of_match_table = zet6223_of_match,
},
- .probe_new = zet6223_probe,
+ .probe = zet6223_probe,
.id_table = zet6223_id
};
module_i2c_driver(zet6223_driver);