dm: treewide: Rename auto_alloc_size members to be shorter
[platform/kernel/u-boot.git] / drivers / w1 / w1-uclass.c
index 9478c93..af1fe5f 100644 (file)
@@ -230,10 +230,10 @@ UCLASS_DRIVER(w1) = {
        .name           = "w1",
        .id             = UCLASS_W1,
        .flags          = DM_UC_FLAG_SEQ_ALIAS,
-       .per_device_auto_alloc_size     = sizeof(struct w1_bus),
+       .per_device_auto        = sizeof(struct w1_bus),
        .post_probe     = w1_post_probe,
 #if CONFIG_IS_ENABLED(OF_CONTROL)
        .post_bind      = dm_scan_fdt_dev,
 #endif
-       .per_child_platdata_auto_alloc_size     = sizeof(struct w1_device),
+       .per_child_platdata_auto            = sizeof(struct w1_device),
 };