HID: i2c-hid: Switch i2c drivers back to use .probe()
[platform/kernel/linux-starfive.git] / drivers / hid / i2c-hid / i2c-hid-of.c
index 855f530..c4e1fa0 100644 (file)
@@ -157,7 +157,7 @@ static struct i2c_driver i2c_hid_of_driver = {
                .of_match_table = of_match_ptr(i2c_hid_of_match),
        },
 
-       .probe_new      = i2c_hid_of_probe,
+       .probe          = i2c_hid_of_probe,
        .remove         = i2c_hid_core_remove,
        .shutdown       = i2c_hid_core_shutdown,
        .id_table       = i2c_hid_of_id_table,