From 04dd17822334871b23ea2862f7798fb0e0007777 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 11 May 2024 08:53:19 +0000 Subject: [PATCH] change otg to host mode --- 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