]> Git Repo - linux.git/blobdiff - drivers/mfd/rsmu_i2c.c
mfd: Switch i2c drivers back to use .probe()
[linux.git] / drivers / mfd / rsmu_i2c.c
index 807c321014607196c7093c31ad18f8e2c45c1e8b..26972a5aff4543bcb77b59a981605990864236b0 100644 (file)
@@ -279,7 +279,7 @@ static struct i2c_driver rsmu_i2c_driver = {
                .name = "rsmu-i2c",
                .of_match_table = of_match_ptr(rsmu_i2c_of_match),
        },
-       .probe_new = rsmu_i2c_probe,
+       .probe = rsmu_i2c_probe,
        .remove = rsmu_i2c_remove,
        .id_table = rsmu_i2c_id,
 };
This page took 0.033131 seconds and 4 git commands to generate.