Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/scm/linux...
[platform/kernel/linux-starfive.git] / drivers / iio / accel / adxl345_i2c.c
index 098cd83..e47d12f 100644 (file)
@@ -56,7 +56,7 @@ static struct i2c_driver adxl345_i2c_driver = {
                .of_match_table = adxl345_of_match,
                .acpi_match_table = adxl345_acpi_match,
        },
-       .probe_new      = adxl345_i2c_probe,
+       .probe          = adxl345_i2c_probe,
        .id_table       = adxl345_i2c_id,
 };
 module_i2c_driver(adxl345_i2c_driver);