aboutsummaryrefslogtreecommitdiff
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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/pic32_eth.c b/drivers/net/pic32_eth.c
index 6a20849..ec49125 100644
--- a/drivers/net/pic32_eth.c
+++ b/drivers/net/pic32_eth.c
@@ -606,6 +606,6 @@ U_BOOT_DRIVER(pic32_ethernet) = {
.probe = pic32_eth_probe,
.remove = pic32_eth_remove,
.ops = &pic32_eth_ops,
- .priv_auto_alloc_size = sizeof(struct pic32eth_dev),
- .platdata_auto_alloc_size = sizeof(struct eth_pdata),
+ .priv_auto = sizeof(struct pic32eth_dev),
+ .platdata_auto = sizeof(struct eth_pdata),
};