dm: treewide: Rename auto_alloc_size members to be shorter
[platform/kernel/u-boot.git] / drivers / usb / host / xhci-exynos5.c
index 6fb7a7f..6e1b5f0 100644 (file)
@@ -255,7 +255,7 @@ U_BOOT_DRIVER(usb_xhci) = {
        .probe = xhci_usb_probe,
        .remove = xhci_usb_remove,
        .ops    = &xhci_usb_ops,
-       .platdata_auto_alloc_size = sizeof(struct exynos_xhci_platdata),
-       .priv_auto_alloc_size = sizeof(struct exynos_xhci),
+       .platdata_auto  = sizeof(struct exynos_xhci_platdata),
+       .priv_auto      = sizeof(struct exynos_xhci),
        .flags  = DM_FLAG_ALLOC_PRIV_DMA,
 };