From 6778948f9de86c3cfaf36725a7c87dcff9ba247f Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 08:20:59 +0000 Subject: [PATCH] kernel_5.10 no rt --- kernel/include/linux/platform_data/spi-ep93xx.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/kernel/include/linux/platform_data/spi-ep93xx.h b/kernel/include/linux/platform_data/spi-ep93xx.h index eb16c67..b439f2a 100644 --- a/kernel/include/linux/platform_data/spi-ep93xx.h +++ b/kernel/include/linux/platform_data/spi-ep93xx.h @@ -6,13 +6,9 @@ /** * struct ep93xx_spi_info - EP93xx specific SPI descriptor - * @chipselect: array of gpio numbers to use as chip selects - * @num_chipselect: ARRAY_SIZE(chipselect) * @use_dma: use DMA for the transfers */ struct ep93xx_spi_info { - int *chipselect; - int num_chipselect; bool use_dma; }; -- Gitblit v1.6.2