summaryrefslogtreecommitdiff
path: root/drivers/phy/bcm6348-usbh-phy.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/phy/bcm6348-usbh-phy.c')
-rw-r--r--drivers/phy/bcm6348-usbh-phy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/bcm6348-usbh-phy.c b/drivers/phy/bcm6348-usbh-phy.c
index 8d28292726..1b6b5ad177 100644
--- a/drivers/phy/bcm6348-usbh-phy.c
+++ b/drivers/phy/bcm6348-usbh-phy.c
@@ -87,6 +87,6 @@ U_BOOT_DRIVER(bcm6348_usbh) = {
.id = UCLASS_PHY,
.of_match = bcm6348_usbh_ids,
.ops = &bcm6348_usbh_ops,
- .priv_auto_alloc_size = sizeof(struct bcm6348_usbh_priv),
+ .priv_auto = sizeof(struct bcm6348_usbh_priv),
.probe = bcm6348_usbh_probe,
};