dm: treewide: Rename auto_alloc_size members to be shorter
[platform/kernel/u-boot.git] / drivers / net / altera_tse.c
index 93b26da..7d0c58c 100644 (file)
@@ -711,7 +711,7 @@ U_BOOT_DRIVER(altera_tse) = {
        .of_match = altera_tse_ids,
        .ops    = &altera_tse_ops,
        .ofdata_to_platdata = altera_tse_ofdata_to_platdata,
-       .platdata_auto_alloc_size = sizeof(struct eth_pdata),
-       .priv_auto_alloc_size = sizeof(struct altera_tse_priv),
+       .platdata_auto  = sizeof(struct eth_pdata),
+       .priv_auto      = sizeof(struct altera_tse_priv),
        .probe  = altera_tse_probe,
 };