summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/hycon-hy46xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/touchscreen/hycon-hy46xx.c')
-rw-r--r--drivers/input/touchscreen/hycon-hy46xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/hycon-hy46xx.c b/drivers/input/touchscreen/hycon-hy46xx.c
index 8f4989aba9a4..2450cfa14de9 100644
--- a/drivers/input/touchscreen/hycon-hy46xx.c
+++ b/drivers/input/touchscreen/hycon-hy46xx.c
@@ -580,7 +580,7 @@ static struct i2c_driver hycon_hy46xx_driver = {
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
},
.id_table = hycon_hy46xx_id,
- .probe_new = hycon_hy46xx_probe,
+ .probe = hycon_hy46xx_probe,
};
module_i2c_driver(hycon_hy46xx_driver);