dm: treewide: Rename auto_alloc_size members to be shorter
[platform/kernel/u-boot.git] / drivers / net / mscc_eswitch / ocelot_switch.c
index 2a48dc6..5179b82 100644 (file)
@@ -651,6 +651,6 @@ U_BOOT_DRIVER(ocelot) = {
        .probe    = ocelot_probe,
        .remove   = ocelot_remove,
        .ops      = &ocelot_ops,
-       .priv_auto_alloc_size = sizeof(struct ocelot_private),
-       .platdata_auto_alloc_size = sizeof(struct eth_pdata),
+       .priv_auto      = sizeof(struct ocelot_private),
+       .platdata_auto  = sizeof(struct eth_pdata),
 };