]> Git Repo - u-boot.git/blobdiff - drivers/phy/sandbox-phy.c
dm: treewide: Rename auto_alloc_size members to be shorter
[u-boot.git] / drivers / phy / sandbox-phy.c
index 5f36da7692b681f3d366c4a449674894fb8efbe1..7b3d988613bd08bfc765eb0166c75845ac3e4e8a 100644 (file)
@@ -116,5 +116,5 @@ U_BOOT_DRIVER(phy_sandbox) = {
        .of_match       = sandbox_phy_ids,
        .ops            = &sandbox_phy_ops,
        .probe          = sandbox_phy_probe,
-       .priv_auto_alloc_size = sizeof(struct sandbox_phy_priv),
+       .priv_auto      = sizeof(struct sandbox_phy_priv),
 };
This page took 0.023771 seconds and 4 git commands to generate.