diff options
Diffstat (limited to 'dediprog.c')
-rw-r--r-- | dediprog.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1034,7 +1034,6 @@ static struct spi_master spi_master_dediprog = { .max_data_read = 16, /* 18 seems to work fine as well, but 19 times out sometimes with FW 5.15. */ .max_data_write = 16, .command = dediprog_spi_send_command, - .multicommand = default_spi_send_multicommand, .read = dediprog_spi_read, .write_256 = dediprog_spi_write_256, .write_aai = dediprog_spi_write_aai, |