summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/rohm_bu21023.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/touchscreen/rohm_bu21023.c')
-rw-r--r--drivers/input/touchscreen/rohm_bu21023.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/rohm_bu21023.c b/drivers/input/touchscreen/rohm_bu21023.c
index 833422e5fd6d..240424f06b98 100644
--- a/drivers/input/touchscreen/rohm_bu21023.c
+++ b/drivers/input/touchscreen/rohm_bu21023.c
@@ -1183,7 +1183,7 @@ static struct i2c_driver rohm_bu21023_i2c_driver = {
.driver = {
.name = BU21023_NAME,
},
- .probe_new = rohm_bu21023_i2c_probe,
+ .probe = rohm_bu21023_i2c_probe,
.id_table = rohm_bu21023_i2c_id,
};
module_i2c_driver(rohm_bu21023_i2c_driver);