summaryrefslogtreecommitdiff
path: root/drivers/net/higmacv300.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/higmacv300.c')
-rw-r--r--drivers/net/higmacv300.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/higmacv300.c b/drivers/net/higmacv300.c
index 93c2523ac2..208b1678ce 100644
--- a/drivers/net/higmacv300.c
+++ b/drivers/net/higmacv300.c
@@ -599,5 +599,5 @@ U_BOOT_DRIVER(eth_higmac) = {
.remove = higmac_remove,
.ops = &higmac_ops,
.priv_auto = sizeof(struct higmac_priv),
- .platdata_auto = sizeof(struct eth_pdata),
+ .plat_auto = sizeof(struct eth_pdata),
};