dm: treewide: Rename auto_alloc_size members to be shorter
[platform/kernel/u-boot.git] / drivers / rtc / i2c_rtc_emul.c
index 7f78ff8..762769d 100644 (file)
@@ -230,7 +230,7 @@ U_BOOT_DRIVER(sandbox_i2c_rtc_emul) = {
        .id             = UCLASS_I2C_EMUL,
        .of_match       = sandbox_i2c_rtc_ids,
        .bind           = sandbox_i2c_rtc_bind,
-       .priv_auto_alloc_size = sizeof(struct sandbox_i2c_rtc),
-       .platdata_auto_alloc_size = sizeof(struct sandbox_i2c_rtc_plat_data),
+       .priv_auto      = sizeof(struct sandbox_i2c_rtc),
+       .platdata_auto  = sizeof(struct sandbox_i2c_rtc_plat_data),
        .ops            = &sandbox_i2c_rtc_emul_ops,
 };