summaryrefslogtreecommitdiffstats
path: root/drivers/spi/designware_spi.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-01-25 08:27:07 -0700
committerSimon Glass <sjg@chromium.org>2015-01-29 17:09:55 -0700
commit19a25f672c6aa1a9a9b94c0ffbfda3e8246d1a19 (patch)
treece01b789ebf4dd2a789a06cdc148a30724ea3e9e /drivers/spi/designware_spi.c
parentdac8db2ce66944828e441cccf25703b262a256cd (diff)
downloadblackbird-obmc-uboot-19a25f672c6aa1a9a9b94c0ffbfda3e8246d1a19.tar.gz
blackbird-obmc-uboot-19a25f672c6aa1a9a9b94c0ffbfda3e8246d1a19.zip
dm: spi: Move the per-child data size to the uclass
This is common to all SPI drivers and specifies a structure used by the uclass. It makes more sense to define it in the uclass. Reviewed-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/spi/designware_spi.c')
-rw-r--r--drivers/spi/designware_spi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/designware_spi.c b/drivers/spi/designware_spi.c
index 700f616ad7..2624844d52 100644
--- a/drivers/spi/designware_spi.c
+++ b/drivers/spi/designware_spi.c
@@ -421,6 +421,5 @@ U_BOOT_DRIVER(dw_spi) = {
.ofdata_to_platdata = dw_spi_ofdata_to_platdata,
.platdata_auto_alloc_size = sizeof(struct dw_spi_platdata),
.priv_auto_alloc_size = sizeof(struct dw_spi_priv),
- .per_child_auto_alloc_size = sizeof(struct spi_slave),
.probe = dw_spi_probe,
};
OpenPOWER on IntegriCloud