aboutsummaryrefslogtreecommitdiff
path: root/include/spi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/spi.h')
-rw-r--r--include/spi.h1
1 files changed, 0 insertions, 1 deletions
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 */