]> Git Repo - u-boot.git/blobdiff - drivers/usb/host/xhci-dwc3.c
dm: treewide: Rename auto_alloc_size members to be shorter
[u-boot.git] / drivers / usb / host / xhci-dwc3.c
index 045de2ffdec0198d1c8cb2703e64d8162997a187..4dba56993776541b80c9a22cf5375f9f3d44df64 100644 (file)
@@ -186,8 +186,8 @@ U_BOOT_DRIVER(xhci_dwc3) = {
        .probe = xhci_dwc3_probe,
        .remove = xhci_dwc3_remove,
        .ops = &xhci_usb_ops,
-       .priv_auto_alloc_size = sizeof(struct xhci_ctrl),
-       .platdata_auto_alloc_size = sizeof(struct xhci_dwc3_platdata),
+       .priv_auto      = sizeof(struct xhci_ctrl),
+       .platdata_auto  = sizeof(struct xhci_dwc3_platdata),
        .flags = DM_FLAG_ALLOC_PRIV_DMA,
 };
 #endif
This page took 0.025552 seconds and 4 git commands to generate.