regulator: Switch i2c drivers back to use .probe()
[linux-2.6-microblaze.git] / drivers / regulator / mpq7920.c
index 544d41b..bf677c5 100644 (file)
@@ -321,7 +321,7 @@ static struct i2c_driver mpq7920_regulator_driver = {
                .probe_type = PROBE_PREFER_ASYNCHRONOUS,
                .of_match_table = of_match_ptr(mpq7920_of_match),
        },
-       .probe_new = mpq7920_i2c_probe,
+       .probe = mpq7920_i2c_probe,
        .id_table = mpq7920_id,
 };
 module_i2c_driver(mpq7920_regulator_driver);