summaryrefslogtreecommitdiff
path: root/drivers/phy/mt76x8-usb-phy.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/phy/mt76x8-usb-phy.c')
-rw-r--r--drivers/phy/mt76x8-usb-phy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/mt76x8-usb-phy.c b/drivers/phy/mt76x8-usb-phy.c
index 4c0818f6e8..4069208b67 100644
--- a/drivers/phy/mt76x8-usb-phy.c
+++ b/drivers/phy/mt76x8-usb-phy.c
@@ -248,5 +248,5 @@ U_BOOT_DRIVER(mt76x8_usb_phy) = {
.of_match = mt76x8_usb_phy_ids,
.ops = &mt76x8_usb_phy_ops,
.probe = mt76x8_usb_phy_probe,
- .priv_auto_alloc_size = sizeof(struct mt76x8_usb_phy),
+ .priv_auto = sizeof(struct mt76x8_usb_phy),
};