Merge remote-tracking branch 'spi/topic/sh-msiof' into spi-next

This commit is contained in:
Mark Brown 2015-02-08 11:16:43 +08:00
commit 81306d53da
3 changed files with 84 additions and 25 deletions

View file

@ -7,6 +7,8 @@ struct sh_msiof_spi_info {
u16 num_chipselect;
unsigned int dma_tx_id;
unsigned int dma_rx_id;
u32 dtdl;
u32 syncdl;
};
#endif /* __SPI_SH_MSIOF_H__ */