kernel/drivers/media/i2c/adv7343.c
.. .. @@ -428,8 +428,7 @@ 428 428 return pdata; 429 429 } 430 430 431 -static int adv7343_probe(struct i2c_client *client,432 - const struct i2c_device_id *id)431 +static int adv7343_probe(struct i2c_client *client)433 432 { 434 433 struct adv7343_state *state; 435 434 int err; .. .. @@ -524,7 +523,7 @@ 524 523 .of_match_table = of_match_ptr(adv7343_of_match), 525 524 .name = "adv7343", 526 525 }, 527 - .probe = adv7343_probe,526 + .probe_new = adv7343_probe,528 527 .remove = adv7343_remove, 529 528 .id_table = adv7343_id, 530 529 };