From 244b2c5ca8b14627e4a17755e5922221e121c771 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Wed, 09 Oct 2024 06:15:07 +0000
Subject: [PATCH] change system file
---
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