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 5af1eec6..35661097 100644
--- a/dediprog.c
+++ b/dediprog.c
@@ -966,7 +966,6 @@ static int parse_voltage(char *voltage)
}
static struct spi_master spi_master_dediprog = {
- .type = SPI_CONTROLLER_DEDIPROG,
.features = SPI_MASTER_NO_4BA_MODES,
.max_data_read = 16, /* 18 seems to work fine as well, but 19 times out sometimes with FW 5.15. */
.max_data_write = 16,