dm: treewide: Rename auto_alloc_size members to be shorter
[platform/kernel/u-boot.git] / drivers / i2c / i2c-uniphier-f.c
index a110fe9..9d6f168 100644 (file)
@@ -326,6 +326,6 @@ U_BOOT_DRIVER(uniphier_fi2c) = {
        .id = UCLASS_I2C,
        .of_match = uniphier_fi2c_of_match,
        .probe = uniphier_fi2c_probe,
-       .priv_auto_alloc_size = sizeof(struct uniphier_fi2c_priv),
+       .priv_auto      = sizeof(struct uniphier_fi2c_priv),
        .ops = &uniphier_fi2c_ops,
 };