dm: treewide: Rename auto_alloc_size members to be shorter
[platform/kernel/u-boot.git] / drivers / usb / host / ehci-omap.c
index 82b99ee..ac264a2 100644 (file)
@@ -403,8 +403,8 @@ U_BOOT_DRIVER(usb_omap_ehci) = {
        .of_match = omap_ehci_dt_ids,
        .probe = omap_ehci_probe,
        .ofdata_to_platdata = ehci_usb_ofdata_to_platdata,
-       .platdata_auto_alloc_size = sizeof(struct usb_platdata),
-       .priv_auto_alloc_size = sizeof(struct ehci_omap_priv_data),
+       .platdata_auto  = sizeof(struct usb_platdata),
+       .priv_auto      = sizeof(struct ehci_omap_priv_data),
        .remove = ehci_deregister,
        .ops    = &ehci_usb_ops,
        .flags  = DM_FLAG_ALLOC_PRIV_DMA,