summaryrefslogtreecommitdiff
path: root/drivers/phy/bcm6318-usbh-phy.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/phy/bcm6318-usbh-phy.c')
-rw-r--r--drivers/phy/bcm6318-usbh-phy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/bcm6318-usbh-phy.c b/drivers/phy/bcm6318-usbh-phy.c
index d29344ddb4..60608a55bc 100644
--- a/drivers/phy/bcm6318-usbh-phy.c
+++ b/drivers/phy/bcm6318-usbh-phy.c
@@ -138,6 +138,6 @@ U_BOOT_DRIVER(bcm6318_usbh) = {
.id = UCLASS_PHY,
.of_match = bcm6318_usbh_ids,
.ops = &bcm6318_usbh_ops,
- .priv_auto_alloc_size = sizeof(struct bcm6318_usbh_priv),
+ .priv_auto = sizeof(struct bcm6318_usbh_priv),
.probe = bcm6318_usbh_probe,
};