media: Switch i2c drivers back to use .probe()
[linux-2.6-microblaze.git] / drivers / media / i2c / mt9t112.c
index a82f056..93f34b7 100644 (file)
@@ -1119,7 +1119,7 @@ static struct i2c_driver mt9t112_i2c_driver = {
        .driver = {
                .name = "mt9t112",
        },
-       .probe_new = mt9t112_probe,
+       .probe    = mt9t112_probe,
        .remove   = mt9t112_remove,
        .id_table = mt9t112_id,
 };