regulator: Switch i2c drivers back to use .probe()
[linux-2.6-microblaze.git] / drivers / regulator / pca9450-regulator.c
index 87a746d..9f2e33a 100644 (file)
@@ -875,7 +875,7 @@ static struct i2c_driver pca9450_i2c_driver = {
                .probe_type = PROBE_PREFER_ASYNCHRONOUS,
                .of_match_table = pca9450_of_match,
        },
-       .probe_new = pca9450_i2c_probe,
+       .probe = pca9450_i2c_probe,
 };
 
 module_i2c_driver(pca9450_i2c_driver);