summaryrefslogtreecommitdiff
path: root/drivers/usb/eth/lan78xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/eth/lan78xx.c')
-rw-r--r--drivers/usb/eth/lan78xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/eth/lan78xx.c b/drivers/usb/eth/lan78xx.c
index 3f7e03f51c..cc02e4d523 100644
--- a/drivers/usb/eth/lan78xx.c
+++ b/drivers/usb/eth/lan78xx.c
@@ -467,7 +467,7 @@ U_BOOT_DRIVER(lan78xx_eth) = {
.remove = lan7x_eth_remove,
.ops = &lan78xx_eth_ops,
.priv_auto = sizeof(struct lan7x_private),
- .platdata_auto = sizeof(struct eth_pdata),
+ .plat_auto = sizeof(struct eth_pdata),
};
static const struct usb_device_id lan78xx_eth_id_table[] = {