iio: Switch i2c drivers back to use .probe()
[sfrench/cifs-2.6.git] / drivers / iio / light / tsl2583.c
index a05f1c0453d16d3455283b765b1cdce339141e02..02ad11611b9c576afa7e09515ed6fbeb8c4f0db2 100644 (file)
@@ -942,7 +942,7 @@ static struct i2c_driver tsl2583_driver = {
                .of_match_table = tsl2583_of_match,
        },
        .id_table = tsl2583_idtable,
-       .probe_new = tsl2583_probe,
+       .probe = tsl2583_probe,
        .remove = tsl2583_remove,
 };
 module_i2c_driver(tsl2583_driver);