summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-12-19 07:57:40 -0500
committerTom Rini <trini@konsulko.com>2017-12-19 07:57:40 -0500
commitb55c89ce0207d3a504238c1b8f268c56035656a3 (patch)
treed7ec86a3b965b1eb824e3493994e20a3875ca2e1 /include
parent76cc372879e2f2f0467e8a3875f097d189647793 (diff)
parent065592b40b41b11ee66d8ff71a55156bf1b35088 (diff)
downloadu-boot-b55c89ce0207d3a504238c1b8f268c56035656a3.tar.gz
u-boot-b55c89ce0207d3a504238c1b8f268c56035656a3.tar.xz
u-boot-b55c89ce0207d3a504238c1b8f268c56035656a3.zip
Merge git://git.denx.de/u-boot-spi
Diffstat (limited to 'include')
-rw-r--r--include/spi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/spi.h b/include/spi.h
index 8c4b882c54..08c7480fda 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 */