dm: treewide: Rename auto_alloc_size members to be shorter
[platform/kernel/u-boot.git] / drivers / i2c / s3c24x0_i2c.c
index cb45d3c..ca94d29 100644 (file)
@@ -343,6 +343,6 @@ U_BOOT_DRIVER(i2c_s3c) = {
        .id     = UCLASS_I2C,
        .of_match = s3c_i2c_ids,
        .ofdata_to_platdata = s3c_i2c_ofdata_to_platdata,
-       .priv_auto_alloc_size = sizeof(struct s3c24x0_i2c_bus),
+       .priv_auto      = sizeof(struct s3c24x0_i2c_bus),
        .ops    = &s3c_i2c_ops,
 };