summaryrefslogtreecommitdiff
path: root/drivers/phy/sti_usb_phy.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/phy/sti_usb_phy.c')
-rw-r--r--drivers/phy/sti_usb_phy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/sti_usb_phy.c b/drivers/phy/sti_usb_phy.c
index 2a20f7601c..6a7c3565ea 100644
--- a/drivers/phy/sti_usb_phy.c
+++ b/drivers/phy/sti_usb_phy.c
@@ -177,5 +177,5 @@ U_BOOT_DRIVER(sti_usb_phy) = {
.of_match = sti_usb_phy_ids,
.probe = sti_usb_phy_probe,
.ops = &sti_usb_phy_ops,
- .priv_auto_alloc_size = sizeof(struct sti_usb_phy),
+ .priv_auto = sizeof(struct sti_usb_phy),
};