File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ static struct i2c_driver i2c_hid_acpi_driver = {
118
118
.acpi_match_table = i2c_hid_acpi_match ,
119
119
},
120
120
121
- .probe_new = i2c_hid_acpi_probe ,
121
+ .probe = i2c_hid_acpi_probe ,
122
122
.remove = i2c_hid_core_remove ,
123
123
.shutdown = i2c_hid_core_shutdown ,
124
124
};
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ static struct i2c_driver elan_i2c_hid_ts_driver = {
118
118
.probe_type = PROBE_PREFER_ASYNCHRONOUS ,
119
119
.of_match_table = of_match_ptr (elan_i2c_hid_of_match ),
120
120
},
121
- .probe_new = i2c_hid_of_elan_probe ,
121
+ .probe = i2c_hid_of_elan_probe ,
122
122
.remove = i2c_hid_core_remove ,
123
123
.shutdown = i2c_hid_core_shutdown ,
124
124
};
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ static struct i2c_driver goodix_i2c_hid_ts_driver = {
128
128
.probe_type = PROBE_PREFER_ASYNCHRONOUS ,
129
129
.of_match_table = of_match_ptr (goodix_i2c_hid_of_match ),
130
130
},
131
- .probe_new = i2c_hid_of_goodix_probe ,
131
+ .probe = i2c_hid_of_goodix_probe ,
132
132
.remove = i2c_hid_core_remove ,
133
133
.shutdown = i2c_hid_core_shutdown ,
134
134
};
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ static struct i2c_driver i2c_hid_of_driver = {
157
157
.of_match_table = of_match_ptr (i2c_hid_of_match ),
158
158
},
159
159
160
- .probe_new = i2c_hid_of_probe ,
160
+ .probe = i2c_hid_of_probe ,
161
161
.remove = i2c_hid_core_remove ,
162
162
.shutdown = i2c_hid_core_shutdown ,
163
163
.id_table = i2c_hid_of_id_table ,
You can’t perform that action at this time.
0 commit comments