Several members of struct davinci_spi_slave are unused in code.
Remove such members.
Signed-off-by: Brian Niebuhr <bniebuhr@efjohnson.com>
Tested-By: Michael Williamson <michael.williamson@criticallink.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
#define SPIFMT0 0x50
struct davinci_spi_slave {
- u32 cmd_to_write;
- u32 clk_ctrl_to_write;
u32 bytes_per_word;
- u8 active_cs;
};
/* We have 2 DMA channels per CS, one for RX and one for TX */
if (!spi->bits_per_word)
spi->bits_per_word = 8;
- davinci_spi->slave[spi->chip_select].cmd_to_write = 0;
-
if (use_dma && davinci_spi->dma_channels) {
davinci_spi_dma = &davinci_spi->dma_channels[spi->chip_select];