summaryrefslogtreecommitdiff
path: root/drivers/net/dwmac_s700.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/dwmac_s700.c')
-rw-r--r--drivers/net/dwmac_s700.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/dwmac_s700.c b/drivers/net/dwmac_s700.c
index 2edd7a74df..adb865d02b 100644
--- a/drivers/net/dwmac_s700.c
+++ b/drivers/net/dwmac_s700.c
@@ -62,6 +62,6 @@ U_BOOT_DRIVER(dwmac_s700) = {
.probe = dwmac_s700_probe,
.ops = &designware_eth_ops,
.priv_auto = sizeof(struct dw_eth_dev),
- .platdata_auto = sizeof(struct eth_pdata),
+ .plat_auto = sizeof(struct eth_pdata),
.flags = DM_FLAG_ALLOC_PRIV_DMA,
};