dm: treewide: Rename auto_alloc_size members to be shorter
[platform/kernel/u-boot.git] / drivers / serial / serial_ar933x.c
index 9de94b6..da06bef 100644 (file)
@@ -188,7 +188,7 @@ U_BOOT_DRIVER(serial_ar933x) = {
        .name   = "serial_ar933x",
        .id = UCLASS_SERIAL,
        .of_match = ar933x_serial_ids,
-       .priv_auto_alloc_size = sizeof(struct ar933x_serial_priv),
+       .priv_auto      = sizeof(struct ar933x_serial_priv),
        .probe = ar933x_serial_probe,
        .ops    = &ar933x_serial_ops,
 };