dm: treewide: Rename 'platdata' variables to just 'plat'
[platform/kernel/u-boot.git] / drivers / net / fsl_mcdmafec.c
index 1023e1b..6ab27e2 100644 (file)
@@ -595,5 +595,5 @@ U_BOOT_DRIVER(mcffec) = {
        .remove = mcdmafec_remove,
        .ops    = &mcdmafec_ops,
        .priv_auto      = sizeof(struct fec_info_dma),
-       .platdata_auto  = sizeof(struct eth_pdata),
+       .plat_auto      = sizeof(struct eth_pdata),
 };