aboutsummaryrefslogtreecommitdiffstats
path: root/dediprog.c
diff options
context:
space:
mode:
Diffstat (limited to 'dediprog.c')
-rw-r--r--dediprog.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dediprog.c b/dediprog.c
index 723f4a80..60ce6e6e 100644
--- a/dediprog.c
+++ b/dediprog.c
@@ -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,