dm: treewide: Rename auto_alloc_size members to be shorter
[platform/kernel/u-boot.git] / drivers / serial / serial_bcm6345.c
index 5b963ce..f08e91f 100644 (file)
@@ -262,7 +262,7 @@ U_BOOT_DRIVER(bcm6345_serial) = {
        .id = UCLASS_SERIAL,
        .of_match = bcm6345_serial_ids,
        .probe = bcm6345_serial_probe,
-       .priv_auto_alloc_size = sizeof(struct bcm6345_serial_priv),
+       .priv_auto      = sizeof(struct bcm6345_serial_priv),
        .ops = &bcm6345_serial_ops,
 };