summaryrefslogtreecommitdiff
path: root/drivers/net/pic32_eth.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/pic32_eth.c')
-rw-r--r--drivers/net/pic32_eth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/pic32_eth.c b/drivers/net/pic32_eth.c
index ec491256ba..94c296e8f4 100644
--- a/drivers/net/pic32_eth.c
+++ b/drivers/net/pic32_eth.c
@@ -607,5 +607,5 @@ U_BOOT_DRIVER(pic32_ethernet) = {
.remove = pic32_eth_remove,
.ops = &pic32_eth_ops,
.priv_auto = sizeof(struct pic32eth_dev),
- .platdata_auto = sizeof(struct eth_pdata),
+ .plat_auto = sizeof(struct eth_pdata),
};