summaryrefslogtreecommitdiff
path: root/drivers/usb/eth/lan75xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/eth/lan75xx.c')
-rw-r--r--drivers/usb/eth/lan75xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/eth/lan75xx.c b/drivers/usb/eth/lan75xx.c
index 1fa7e53404..d5e4c6a9e8 100644
--- a/drivers/usb/eth/lan75xx.c
+++ b/drivers/usb/eth/lan75xx.c
@@ -305,7 +305,7 @@ U_BOOT_DRIVER(lan75xx_eth) = {
.remove = lan7x_eth_remove,
.ops = &lan75xx_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 lan75xx_eth_id_table[] = {