Merge tag 'v2021.01-rc5' into next
[platform/kernel/u-boot.git] / drivers / serial / serial_sti_asc.c
index 91e1574..5d1a46c 100644 (file)
@@ -206,6 +206,6 @@ U_BOOT_DRIVER(serial_sti_asc) = {
        .of_match = sti_serial_of_match,
        .ops = &sti_asc_serial_ops,
        .probe = sti_asc_serial_probe,
-       .priv_auto_alloc_size = sizeof(struct sti_asc_serial),
+       .priv_auto      = sizeof(struct sti_asc_serial),
 };