dm: treewide: Rename auto_alloc_size members to be shorter
[platform/kernel/u-boot.git] / drivers / phy / meson-gxl-usb2.c
index 2267bd0..9fb376c 100644 (file)
@@ -251,5 +251,5 @@ U_BOOT_DRIVER(meson_gxl_usb2_phy) = {
        .of_match = meson_gxl_usb2_phy_ids,
        .probe = meson_gxl_usb2_phy_probe,
        .ops = &meson_gxl_usb2_phy_ops,
-       .priv_auto_alloc_size = sizeof(struct phy_meson_gxl_usb2_priv),
+       .priv_auto      = sizeof(struct phy_meson_gxl_usb2_priv),
 };