X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Fusb%2Femul%2Fsandbox_hub.c;h=3e66ca46988dec536e597c4d5275555b08488e55;hb=41575d8e4c334df148c4cdd7c40cc825dc0fcaa1;hp=21bf3bda48d2d4226e703b054b2b2bb5fc19e8ab;hpb=78128d52dfca9fff53770c7aed2e4673070c5978;p=platform%2Fkernel%2Fu-boot.git diff --git a/drivers/usb/emul/sandbox_hub.c b/drivers/usb/emul/sandbox_hub.c index 21bf3bd..3e66ca4 100644 --- a/drivers/usb/emul/sandbox_hub.c +++ b/drivers/usb/emul/sandbox_hub.c @@ -328,8 +328,8 @@ U_BOOT_DRIVER(usb_sandbox_hub) = { .of_match = sandbox_usb_hub_ids, .bind = sandbox_hub_bind, .ops = &sandbox_usb_hub_ops, - .priv_auto_alloc_size = sizeof(struct sandbox_hub_priv), - .per_child_platdata_auto_alloc_size = + .priv_auto = sizeof(struct sandbox_hub_priv), + .per_child_platdata_auto = sizeof(struct sandbox_hub_platdata), .child_post_bind = sandbox_child_post_bind, };