summaryrefslogtreecommitdiff
path: root/drivers/usb/eth/asix88179.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/eth/asix88179.c')
-rw-r--r--drivers/usb/eth/asix88179.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/eth/asix88179.c b/drivers/usb/eth/asix88179.c
index ffc90c00ab..8abcf13881 100644
--- a/drivers/usb/eth/asix88179.c
+++ b/drivers/usb/eth/asix88179.c
@@ -903,7 +903,7 @@ U_BOOT_DRIVER(ax88179_eth) = {
.probe = ax88179_eth_probe,
.ops = &ax88179_eth_ops,
.priv_auto = sizeof(struct asix_private),
- .platdata_auto = sizeof(struct eth_pdata),
+ .plat_auto = sizeof(struct eth_pdata),
};
static const struct usb_device_id ax88179_eth_id_table[] = {