Merge tag 'v2021.01-rc5' into next
[platform/kernel/u-boot.git] / drivers / sysreset / sysreset_sti.c
index 43e161c..29e88db 100644 (file)
@@ -79,5 +79,5 @@ U_BOOT_DRIVER(sysreset_sti) = {
        .ops = &sti_sysreset,
        .probe = sti_sysreset_probe,
        .of_match = sti_sysreset_ids,
-       .priv_auto_alloc_size = sizeof(struct sti_sysreset_priv),
+       .priv_auto      = sizeof(struct sti_sysreset_priv),
 };