dm: treewide: Rename auto_alloc_size members to be shorter
[platform/kernel/u-boot.git] / drivers / phy / bcm6318-usbh-phy.c
index d29344d..60608a5 100644 (file)
@@ -138,6 +138,6 @@ U_BOOT_DRIVER(bcm6318_usbh) = {
        .id = UCLASS_PHY,
        .of_match = bcm6318_usbh_ids,
        .ops = &bcm6318_usbh_ops,
-       .priv_auto_alloc_size = sizeof(struct bcm6318_usbh_priv),
+       .priv_auto      = sizeof(struct bcm6318_usbh_priv),
        .probe = bcm6318_usbh_probe,
 };