DEVCTRL_DEV_OFF_MASK);
 }
 
-static int tps65910_i2c_probe(struct i2c_client *i2c,
-                             const struct i2c_device_id *id)
+static int tps65910_i2c_probe(struct i2c_client *i2c)
 {
+       const struct i2c_device_id *id = i2c_client_get_device_id(i2c);
        struct tps65910 *tps65910;
        struct tps65910_board *pmic_plat_data;
        struct tps65910_board *of_pmic_plat_data = NULL;
                   .name = "tps65910",
                   .of_match_table = of_match_ptr(tps65910_of_match),
        },
-       .probe = tps65910_i2c_probe,
+       .probe_new = tps65910_i2c_probe,
        .id_table = tps65910_i2c_id,
 };