File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ static struct i2c_driver i2c_hid_acpi_driver = {
118118 .acpi_match_table = i2c_hid_acpi_match ,
119119 },
120120
121- .probe_new = i2c_hid_acpi_probe ,
121+ .probe = i2c_hid_acpi_probe ,
122122 .remove = i2c_hid_core_remove ,
123123 .shutdown = i2c_hid_core_shutdown ,
124124};
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ static struct i2c_driver elan_i2c_hid_ts_driver = {
118118 .probe_type = PROBE_PREFER_ASYNCHRONOUS ,
119119 .of_match_table = of_match_ptr (elan_i2c_hid_of_match ),
120120 },
121- .probe_new = i2c_hid_of_elan_probe ,
121+ .probe = i2c_hid_of_elan_probe ,
122122 .remove = i2c_hid_core_remove ,
123123 .shutdown = i2c_hid_core_shutdown ,
124124};
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ static struct i2c_driver goodix_i2c_hid_ts_driver = {
128128 .probe_type = PROBE_PREFER_ASYNCHRONOUS ,
129129 .of_match_table = of_match_ptr (goodix_i2c_hid_of_match ),
130130 },
131- .probe_new = i2c_hid_of_goodix_probe ,
131+ .probe = i2c_hid_of_goodix_probe ,
132132 .remove = i2c_hid_core_remove ,
133133 .shutdown = i2c_hid_core_shutdown ,
134134};
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ static struct i2c_driver i2c_hid_of_driver = {
157157 .of_match_table = of_match_ptr (i2c_hid_of_match ),
158158 },
159159
160- .probe_new = i2c_hid_of_probe ,
160+ .probe = i2c_hid_of_probe ,
161161 .remove = i2c_hid_core_remove ,
162162 .shutdown = i2c_hid_core_shutdown ,
163163 .id_table = i2c_hid_of_id_table ,
You can’t perform that action at this time.
0 commit comments