]> Git Repo - u-boot.git/blobdiff - drivers/i2c/mv_i2c.c
dm: treewide: Rename auto_alloc_size members to be shorter
[u-boot.git] / drivers / i2c / mv_i2c.c
index 82e8fdac4137336c1738cf70af1ffd8b1480dc27..ef1007de142a69d9a90c4db1ff3a2ebc06d452d6 100644 (file)
@@ -600,7 +600,7 @@ U_BOOT_DRIVER(i2c_mv) = {
        .id     = UCLASS_I2C,
        .of_match = mv_i2c_ids,
        .probe  = mv_i2c_probe,
-       .priv_auto_alloc_size = sizeof(struct mv_i2c_priv),
+       .priv_auto      = sizeof(struct mv_i2c_priv),
        .ops    = &mv_i2c_ops,
 };
 #endif /* CONFIG_DM_I2C */
This page took 0.026017 seconds and 4 git commands to generate.