]> Git Repo - u-boot.git/blobdiff - drivers/net/sunxi_emac.c
dm: treewide: Rename auto_alloc_size members to be shorter
[u-boot.git] / drivers / net / sunxi_emac.c
index 8e66ce246112f2fbfc82c8590e879c0a0a45cac6..dfdf3c1f7dbb1e6d4c834e9aa971392ffc86eb27 100644 (file)
@@ -612,6 +612,6 @@ U_BOOT_DRIVER(eth_sunxi_emac) = {
        .ofdata_to_platdata = sunxi_emac_eth_ofdata_to_platdata,
        .probe  = sunxi_emac_eth_probe,
        .ops    = &sunxi_emac_eth_ops,
-       .priv_auto_alloc_size = sizeof(struct emac_eth_dev),
-       .platdata_auto_alloc_size = sizeof(struct eth_pdata),
+       .priv_auto      = sizeof(struct emac_eth_dev),
+       .platdata_auto  = sizeof(struct eth_pdata),
 };
This page took 0.023058 seconds and 4 git commands to generate.