dm: treewide: Rename auto_alloc_size members to be shorter
[platform/kernel/u-boot.git] / drivers / sysreset / sysreset-ti-sci.c
index 7707c72..81bfd67 100644 (file)
@@ -70,6 +70,6 @@ U_BOOT_DRIVER(ti_sci_sysreset) = {
        .id = UCLASS_SYSRESET,
        .of_match = ti_sci_sysreset_of_match,
        .probe = ti_sci_sysreset_probe,
-       .priv_auto_alloc_size = sizeof(struct ti_sci_sysreset_data),
+       .priv_auto      = sizeof(struct ti_sci_sysreset_data),
        .ops = &ti_sci_sysreset_ops,
 };