X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Fphy%2Fsti_usb_phy.c;h=87c1bcddb4a03493b4342c6ce19c37a7a57ccdee;hb=720620e6916ba40b9a173bb07706d2c73f3c23e7;hp=51468b45732ad2b71ecd4eb30f324ebf73e67c31;hpb=5a1a8a63be8f7262a300eddafb18020926b12fb6;p=platform%2Fkernel%2Fu-boot.git diff --git a/drivers/phy/sti_usb_phy.c b/drivers/phy/sti_usb_phy.c index 51468b4..87c1bcd 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), };