summaryrefslogtreecommitdiff
path: root/drivers/net/pfe_eth/pfe_eth.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/pfe_eth/pfe_eth.c')
-rw-r--r--drivers/net/pfe_eth/pfe_eth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/pfe_eth/pfe_eth.c b/drivers/net/pfe_eth/pfe_eth.c
index c571324850..53a08dfcd2 100644
--- a/drivers/net/pfe_eth/pfe_eth.c
+++ b/drivers/net/pfe_eth/pfe_eth.c
@@ -291,5 +291,5 @@ U_BOOT_DRIVER(pfe_eth) = {
.remove = pfe_eth_remove,
.ops = &pfe_eth_ops,
.priv_auto = sizeof(struct pfe_eth_dev),
- .platdata_auto = sizeof(struct pfe_eth_pdata)
+ .plat_auto = sizeof(struct pfe_eth_pdata)
};