summaryrefslogtreecommitdiff
path: root/drivers/net/mt7628-eth.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/mt7628-eth.c')
-rw-r--r--drivers/net/mt7628-eth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/mt7628-eth.c b/drivers/net/mt7628-eth.c
index 60532111ab..c94d3dd4dc 100644
--- a/drivers/net/mt7628-eth.c
+++ b/drivers/net/mt7628-eth.c
@@ -652,5 +652,5 @@ U_BOOT_DRIVER(mt7628_eth) = {
.probe = mt7628_eth_probe,
.ops = &mt7628_eth_ops,
.priv_auto = sizeof(struct mt7628_eth_dev),
- .platdata_auto = sizeof(struct eth_pdata),
+ .plat_auto = sizeof(struct eth_pdata),
};