dm: treewide: Rename auto_alloc_size members to be shorter
[platform/kernel/u-boot.git] / drivers / mtd / nand / raw / brcmnand / bcm63158_nand.c
index 6313403..71682cb 100644 (file)
@@ -109,7 +109,7 @@ U_BOOT_DRIVER(bcm63158_nand) = {
        .id = UCLASS_MTD,
        .of_match = bcm63158_nand_dt_ids,
        .probe = bcm63158_nand_probe,
-       .priv_auto_alloc_size = sizeof(struct bcm63158_nand_soc),
+       .priv_auto      = sizeof(struct bcm63158_nand_soc),
 };
 
 void board_nand_init(void)