regulator: rtq2208: Switch back to use struct i2c_driver's .probe()
[platform/kernel/linux-starfive.git] / drivers / regulator / rtq2208-regulator.c
index 2463aea..2d54844 100644 (file)
@@ -574,7 +574,7 @@ static struct i2c_driver rtq2208_driver = {
                .name = "rtq2208",
                .of_match_table = rtq2208_device_tables,
        },
-       .probe_new = rtq2208_probe,
+       .probe = rtq2208_probe,
 };
 module_i2c_driver(rtq2208_driver);