iio: Switch i2c drivers back to use .probe()
[linux-2.6-microblaze.git] / drivers / iio / accel / mma8452.c
index ea14e3a..6e7399e 100644 (file)
@@ -1846,7 +1846,7 @@ static struct i2c_driver mma8452_driver = {
                .of_match_table = mma8452_dt_ids,
                .pm     = &mma8452_pm_ops,
        },
-       .probe_new = mma8452_probe,
+       .probe = mma8452_probe,
        .remove = mma8452_remove,
        .id_table = mma8452_id,
 };