diff options
Diffstat (limited to 'include/linux/spi')
| -rw-r--r-- | include/linux/spi/sh_msiof.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/spi/sh_msiof.h b/include/linux/spi/sh_msiof.h index 2e8db3d2d2e5..88a14d81c49e 100644 --- a/include/linux/spi/sh_msiof.h +++ b/include/linux/spi/sh_msiof.h | |||
| @@ -5,6 +5,8 @@ struct sh_msiof_spi_info { | |||
| 5 | int tx_fifo_override; | 5 | int tx_fifo_override; |
| 6 | int rx_fifo_override; | 6 | int rx_fifo_override; |
| 7 | u16 num_chipselect; | 7 | u16 num_chipselect; |
| 8 | unsigned int dma_tx_id; | ||
| 9 | unsigned int dma_rx_id; | ||
| 8 | }; | 10 | }; |
| 9 | 11 | ||
| 10 | #endif /* __SPI_SH_MSIOF_H__ */ | 12 | #endif /* __SPI_SH_MSIOF_H__ */ |
