mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user