summaryrefslogtreecommitdiff
path: root/drivers/phy/ti-pipe3-phy.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/phy/ti-pipe3-phy.c')
-rw-r--r--drivers/phy/ti-pipe3-phy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/ti-pipe3-phy.c b/drivers/phy/ti-pipe3-phy.c
index 3f49851bca..98fe6c6fce 100644
--- a/drivers/phy/ti-pipe3-phy.c
+++ b/drivers/phy/ti-pipe3-phy.c
@@ -604,5 +604,5 @@ U_BOOT_DRIVER(pipe3_phy) = {
.of_match = pipe3_phy_ids,
.ops = &pipe3_phy_ops,
.probe = pipe3_phy_probe,
- .priv_auto_alloc_size = sizeof(struct omap_pipe3),
+ .priv_auto = sizeof(struct omap_pipe3),
};