hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/include/linux/platform_data/spi-ep93xx.h
....@@ -6,13 +6,9 @@
66
77 /**
88 * struct ep93xx_spi_info - EP93xx specific SPI descriptor
9
- * @chipselect: array of gpio numbers to use as chip selects
10
- * @num_chipselect: ARRAY_SIZE(chipselect)
119 * @use_dma: use DMA for the transfers
1210 */
1311 struct ep93xx_spi_info {
14
- int *chipselect;
15
- int num_chipselect;
1612 bool use_dma;
1713 };
1814