mux: adg792a: Switch back to use i2c_driver's .probe()
[linux-2.6-microblaze.git] / drivers / mux / adg792a.c
index e8fc2fc..4da5aec 100644 (file)
@@ -143,7 +143,7 @@ static struct i2c_driver adg792a_driver = {
                .name           = "adg792a",
                .of_match_table = of_match_ptr(adg792a_of_match),
        },
-       .probe_new      = adg792a_probe,
+       .probe          = adg792a_probe,
        .id_table       = adg792a_id,
 };
 module_i2c_driver(adg792a_driver);