From ee930fffee469d076998274a2ca55e13dc1efb67 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 10 May 2024 08:50:54 +0000
Subject: [PATCH] enable tun/tap/iptables
---
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