dm: treewide: Rename 'platdata' variables to just 'plat'
[platform/kernel/u-boot.git] / drivers / usb / eth / asix.c
index 7115dcb..be69952 100644 (file)
@@ -877,7 +877,7 @@ U_BOOT_DRIVER(asix_eth) = {
        .probe = asix_eth_probe,
        .ops    = &asix_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 asix_eth_id_table[] = {