dm: treewide: Rename auto_alloc_size members to be shorter
[platform/kernel/u-boot.git] / drivers / mtd / nand / raw / brcmnand / bcm6858_nand.c
index 818eae8..7573cd9 100644 (file)
@@ -109,7 +109,7 @@ U_BOOT_DRIVER(bcm6858_nand) = {
        .id = UCLASS_MTD,
        .of_match = bcm6858_nand_dt_ids,
        .probe = bcm6858_nand_probe,
-       .priv_auto_alloc_size = sizeof(struct bcm6858_nand_soc),
+       .priv_auto      = sizeof(struct bcm6858_nand_soc),
 };
 
 void board_nand_init(void)