[U-Boot] [PATCH] spi: Zap unneeded option

Jagan Teki jagannadh.teki at gmail.com
Wed Nov 29 07:53:53 UTC 2017


option from spi_slave {} never used so drop the same.

Signed-off-by: Jagan Teki <jagan at amarulasolutions.com>
---
 include/spi.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/spi.h b/include/spi.h
index 8c4b882..08c7480 100644
--- a/include/spi.h
+++ b/include/spi.h
@@ -104,7 +104,6 @@ struct spi_slave {
 	unsigned int wordlen;
 	unsigned int max_write_size;
 	void *memory_map;
-	u8 option;
 
 	u8 flags;
 #define SPI_XFER_BEGIN		BIT(0)	/* Assert CS before transfer */
-- 
2.7.4



More information about the U-Boot mailing list