dm: treewide: Rename 'platdata' variables to just 'plat'
[platform/kernel/u-boot.git] / drivers / net / fm / eth.c
index 3a827a9..f5fb513 100644 (file)
@@ -1131,7 +1131,7 @@ U_BOOT_DRIVER(eth_fman) = {
        .remove = fm_eth_remove,
        .ops = &fm_eth_ops,
        .priv_auto      = sizeof(struct fm_eth),
-       .platdata_auto  = sizeof(struct eth_pdata),
+       .plat_auto      = sizeof(struct eth_pdata),
        .flags = DM_FLAG_ALLOC_PRIV_DMA,
 };
 #endif /* CONFIG_DM_ETH */