gpio: mvebu: Make use of devm_pwmchip_add
[platform/kernel/linux-starfive.git] / drivers / mfd / tps65086.c
index 9494c1d..6a21000 100644 (file)
@@ -129,7 +129,7 @@ static struct i2c_driver tps65086_driver = {
                .name   = "tps65086",
                .of_match_table = tps65086_of_match_table,
        },
-       .probe_new      = tps65086_probe,
+       .probe          = tps65086_probe,
        .remove         = tps65086_remove,
        .id_table       = tps65086_id_table,
 };