summaryrefslogtreecommitdiff
path: root/drivers/phy/bcm6368-usbh-phy.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/phy/bcm6368-usbh-phy.c')
-rw-r--r--drivers/phy/bcm6368-usbh-phy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/bcm6368-usbh-phy.c b/drivers/phy/bcm6368-usbh-phy.c
index 99fdd33499..4d3a63faad 100644
--- a/drivers/phy/bcm6368-usbh-phy.c
+++ b/drivers/phy/bcm6368-usbh-phy.c
@@ -191,6 +191,6 @@ U_BOOT_DRIVER(bcm6368_usbh) = {
.id = UCLASS_PHY,
.of_match = bcm6368_usbh_ids,
.ops = &bcm6368_usbh_ops,
- .priv_auto_alloc_size = sizeof(struct bcm6368_usbh_priv),
+ .priv_auto = sizeof(struct bcm6368_usbh_priv),
.probe = bcm6368_usbh_probe,
};