ASoC: Switch i2c drivers back to use .probe()
[linux-2.6-block.git] / sound / soc / codecs / max98371.c
index bac9d1bcf60aec5fc293f01a43ec1f3ca1f22ec6..f0e49179c38f65b2a27fad3f65643035931fc6cb 100644 (file)
@@ -419,7 +419,7 @@ static struct i2c_driver max98371_i2c_driver = {
                .name = "max98371",
                .of_match_table = of_match_ptr(max98371_of_match),
        },
-       .probe_new  = max98371_i2c_probe,
+       .probe = max98371_i2c_probe,
        .id_table = max98371_i2c_id,
 };