dm: treewide: Rename auto_alloc_size members to be shorter
[platform/kernel/u-boot.git] / drivers / phy / allwinner / phy-sun4i-usb.c
index 7b9d3ee..aadb290 100644 (file)
@@ -646,6 +646,6 @@ U_BOOT_DRIVER(sun4i_usb_phy) = {
        .of_match = sun4i_usb_phy_ids,
        .ops = &sun4i_usb_phy_ops,
        .probe = sun4i_usb_phy_probe,
-       .platdata_auto_alloc_size = sizeof(struct sun4i_usb_phy_plat[MAX_PHYS]),
-       .priv_auto_alloc_size = sizeof(struct sun4i_usb_phy_data),
+       .platdata_auto  = sizeof(struct sun4i_usb_phy_plat[MAX_PHYS]),
+       .priv_auto      = sizeof(struct sun4i_usb_phy_data),
 };