dm: treewide: Rename auto_alloc_size members to be shorter
[platform/kernel/u-boot.git] / drivers / usb / emul / sandbox_hub.c
index 21bf3bd..3e66ca4 100644 (file)
@@ -328,8 +328,8 @@ U_BOOT_DRIVER(usb_sandbox_hub) = {
        .of_match = sandbox_usb_hub_ids,
        .bind   = sandbox_hub_bind,
        .ops    = &sandbox_usb_hub_ops,
-       .priv_auto_alloc_size = sizeof(struct sandbox_hub_priv),
-       .per_child_platdata_auto_alloc_size =
+       .priv_auto      = sizeof(struct sandbox_hub_priv),
+       .per_child_platdata_auto        =
                        sizeof(struct sandbox_hub_platdata),
        .child_post_bind = sandbox_child_post_bind,
 };