diff options
Diffstat (limited to 'include/linux/spi/spi_bitbang.h')
| -rw-r--r-- | include/linux/spi/spi_bitbang.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/spi/spi_bitbang.h b/include/linux/spi/spi_bitbang.h index 9dbca629dcfb..b8db32cea1de 100644 --- a/include/linux/spi/spi_bitbang.h +++ b/include/linux/spi/spi_bitbang.h | |||
| @@ -26,6 +26,7 @@ struct spi_bitbang { | |||
| 26 | struct list_head queue; | 26 | struct list_head queue; |
| 27 | u8 busy; | 27 | u8 busy; |
| 28 | u8 use_dma; | 28 | u8 use_dma; |
| 29 | u8 flags; /* extra spi->mode support */ | ||
| 29 | 30 | ||
| 30 | struct spi_master *master; | 31 | struct spi_master *master; |
| 31 | 32 | ||
