dm: treewide: Rename auto_alloc_size members to be shorter
[platform/kernel/u-boot.git] / drivers / spi / mxc_spi.c
index e90a06a..f571392 100644 (file)
@@ -605,7 +605,7 @@ U_BOOT_DRIVER(mxc_spi) = {
        .id     = UCLASS_SPI,
        .of_match = mxc_spi_ids,
        .ops    = &mxc_spi_ops,
-       .platdata_auto_alloc_size = sizeof(struct mxc_spi_slave),
+       .platdata_auto  = sizeof(struct mxc_spi_slave),
        .probe  = mxc_spi_probe,
 };
 #endif