dm: treewide: Rename auto_alloc_size members to be shorter
[platform/kernel/u-boot.git] / drivers / net / mscc_eswitch / servalt_switch.c
index 1cf2273..8855640 100644 (file)
@@ -523,6 +523,6 @@ U_BOOT_DRIVER(servalt) = {
        .probe                          = servalt_probe,
        .remove                         = servalt_remove,
        .ops                            = &servalt_ops,
-       .priv_auto_alloc_size           = sizeof(struct servalt_private),
-       .platdata_auto_alloc_size       = sizeof(struct eth_pdata),
+       .priv_auto              = sizeof(struct servalt_private),
+       .platdata_auto  = sizeof(struct eth_pdata),
 };