i2c: mux: Convert all drivers to new .probe() callback
[platform/kernel/linux-rpi.git] / drivers / i2c / muxes / i2c-mux-ltc4306.c
index 7083582..5a03031 100644 (file)
@@ -306,7 +306,7 @@ static struct i2c_driver ltc4306_driver = {
                .name   = "ltc4306",
                .of_match_table = of_match_ptr(ltc4306_of_match),
        },
-       .probe_new      = ltc4306_probe,
+       .probe          = ltc4306_probe,
        .remove         = ltc4306_remove,
        .id_table       = ltc4306_id,
 };