]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/spi/soft_spi.c
dm: spi: Move the per-child data size to the uclass
[people/ms/u-boot.git] / drivers / spi / soft_spi.c
index 423c98d1a5abad52322ab6324f0df82d61c65eab..9f7d80ee4dada9c46be3251aa690b1a47a0c0e30 100644 (file)
@@ -240,7 +240,6 @@ U_BOOT_DRIVER(soft_spi) = {
        .ofdata_to_platdata = soft_spi_ofdata_to_platdata,
        .platdata_auto_alloc_size = sizeof(struct soft_spi_platdata),
        .priv_auto_alloc_size = sizeof(struct soft_spi_priv),
-       .per_child_auto_alloc_size      = sizeof(struct spi_slave),
        .probe  = soft_spi_probe,
        .child_pre_probe        = soft_spi_child_pre_probe,
 };