kernel/include/linux/platform_data/spi-ep93xx.h
.. .. @@ -6,13 +6,9 @@ 6 6 7 7 /** 8 8 * struct ep93xx_spi_info - EP93xx specific SPI descriptor 9 - * @chipselect: array of gpio numbers to use as chip selects10 - * @num_chipselect: ARRAY_SIZE(chipselect)11 9 * @use_dma: use DMA for the transfers 12 10 */ 13 11 struct ep93xx_spi_info { 14 - int *chipselect;15 - int num_chipselect;16 12 bool use_dma; 17 13 }; 18 14