mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01: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:
parent
b4fbcbc5a5
commit
7ed8a0245e
1 changed files with 0 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue