spi: Zap unneeded option

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

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
This commit is contained in:
Jagan Teki 2017-11-21 19:36:18 +05:30
parent b4fbcbc5a5
commit 7ed8a0245e

View File

@ -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 */