summaryrefslogtreecommitdiff
path: root/drivers/net/bcm6368-eth.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/bcm6368-eth.c')
-rw-r--r--drivers/net/bcm6368-eth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bcm6368-eth.c b/drivers/net/bcm6368-eth.c
index b0bf0a939d..6e6548add6 100644
--- a/drivers/net/bcm6368-eth.c
+++ b/drivers/net/bcm6368-eth.c
@@ -637,7 +637,7 @@ U_BOOT_DRIVER(bcm6368_eth) = {
.id = UCLASS_ETH,
.of_match = bcm6368_eth_ids,
.ops = &bcm6368_eth_ops,
- .platdata_auto = sizeof(struct eth_pdata),
+ .plat_auto = sizeof(struct eth_pdata),
.priv_auto = sizeof(struct bcm6368_eth_priv),
.probe = bcm6368_eth_probe,
};